#608469

Color #608469 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #608469

Tints of Laurel #608469

Color information

#608469 (or 0x608469) is unknown color: approx Laurel. HEX triplet: 60, 84 and 69. RGB value is (96,132,105). Sum of RGB (Red+Green+Blue) = 96+132+105=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #608469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608469 is #9F7B96. Grayscale: #767676. Windows color (decimal): -10451863 or 6915168. OLE color: 6915168.

HSL color Cylindrical-coordinate representation of color #608469: hue angle of 135º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608469 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB96132105-
CMYK0.2700.200.48
HSL135º15.79%44.71%-
HSV(B)135º27.27%51.76%-
XYZ15.6220.0116.4-
YUV118.16120.57112.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=28.83%
G=39.64%
B=31.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321050.2700.200.4813515.7944.71
Hex6084691B0143087102d
Octal14020415133024602072055
Binary1100000100001001101001110110101001100001000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608469; }

 p { color: rgb(96,132,105); }

 H1.HeaderClassName
 {
   color: #608469;
 }
 .AnyTagClassName
 {
   color: #608469;
 }
</style>
background-color css

<style>
 a { background-color: #608469; }

 a { background-color: rgb(96,132,105); }

 div.DivClassName
 {
   background-color: #608469;
 }
 .BgClassName
 {
   background-color: #608469;
 }
</style>
border-color css

<style>
 span { border-color: #608469; }

 span { border-color: rgb(96,132,105); }

 td.TdClassName
 {
   border-color: #608469;
 }
 .TagClassName
 {
   border-color: #608469;
 }
</style>