#608764

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

Shades of Laurel #608764

Tints of Laurel #608764

Color information

#608764 (or 0x608764) is unknown color: approx Laurel. HEX triplet: 60, 87 and 64. RGB value is (96,135,100). Sum of RGB (Red+Green+Blue) = 96+135+100=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #608764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608764 is #9F789B. Grayscale: #777777. Windows color (decimal): -10451100 or 6588256. OLE color: 6588256.

HSL color Cylindrical-coordinate representation of color #608764: hue angle of 126.15º 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 #608764 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB96135100-
CMYK0.2900.260.47
HSL126.15º16.88%45.29%-
HSV(B)126.15º28.89%52.94%-
XYZ15.7920.7315.23-
YUV119.35117.08111.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 135 (53.12% from 255) = 40.79%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=29.00%
G=40.79%
B=30.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351000.2900.260.47126.1516.8845.29
Hex6087641D01A2F7e112d
Octal14020714435032571762155
Binary110000010000111110010011101011010101111111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608764; }

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

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

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

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

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

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

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

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