#608769

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

Shades of Laurel #608769

Tints of Laurel #608769

Color information

#608769 (or 0x608769) is unknown color: approx Laurel. HEX triplet: 60, 87 and 69. RGB value is (96,135,105). Sum of RGB (Red+Green+Blue) = 96+135+105=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #608769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608769 is #9F7896. Grayscale: #777777. Windows color (decimal): -10451095 or 6915936. OLE color: 6915936.

HSL color Cylindrical-coordinate representation of color #608769: hue angle of 133.85º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608769 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB96135105-
CMYK0.2900.220.47
HSL133.85º16.88%45.29%-
HSV(B)133.85º28.89%52.94%-
XYZ16.0420.8316.54-
YUV119.92119.58110.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=28.57%
G=40.18%
B=31.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351050.2900.220.47133.8516.8845.29
Hex6087691D0162F86112d
Octal14020715135026572062155
Binary1100000100001111101001111010101101011111000011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608769; }

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

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

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

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

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

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

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

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