Html Css Color HEX #608064 Laurel

📋 copy color: '#608064'

red 96 ◦ green 128 ◦ blue 100

#608064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #608064

Tints of Laurel #608064

RGB

 RED value IS 96 (37.89% from 255) = 29.63%

 GREEN value IS 128 (50.39% from 255) = 39.51%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 29.63%
G = 39.51%
B = 30.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#608064 (or 0x608064) is known color: Laurel. HEX triplet: 60, 80 and 64. RGB value is (96,128,100). Sum of RGB (Red+Green+Blue) = 96+128+100=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #608064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608064 is #9F7F9B. Grayscale: #737373. Windows color (decimal): -10452892 or 6586464. OLE color: 6586464.

HSL color Cylindrical-coordinate representation of color #608064: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #608064 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 100 -
CMYK 0.25 0 0.22 0.50
HSL 127.5º 0.14% 0.44% -
HSV(B) 127.5º 0.25% 0.5% -
XYZ 14.84 18.85 14.91 -
YUV 115.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 96 128 100 0.25 0 0.22 0.50 127.5 0.14 0.44
Hex 60 80 64 19 0 16 32 80 E 2C
Octal 140 200 144 31 0 26 62 200 16 54
Binary 1100000 10000000 1100100 11001 0 10110 110010 10000000 1110 101100

Color Harmonies of #608064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608064

Black with #608064

Text Example


Text Example

White with #608064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608064; }

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

 H1.HeaderClassName
 {
   color: #608064;
 }
 .AnyTagClassName
 {
   color: #608064;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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