Html Css Color HEX #608164 Laurel

📋 copy color: '#608164'

red 96 ◦ green 129 ◦ blue 100

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

Shades of Laurel #608164

Tints of Laurel #608164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.69%

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

R = 29.54%
G = 39.69%
B = 30.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#608164 (or 0x608164) is known color: Laurel. HEX triplet: 60, 81 and 64. RGB value is (96,129,100). Sum of RGB (Red+Green+Blue) = 96+129+100=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #608164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608164 is #9F7E9B. Grayscale: #737373. Windows color (decimal): -10452636 or 6586720. OLE color: 6586720.

HSL color Cylindrical-coordinate representation of color #608164: hue angle of 127.27º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608164 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 129 100 -
CMYK 0.26 0 0.22 0.49
HSL 127.27º 0.15% 0.44% -
HSV(B) 127.27º 0.26% 0.51% -
XYZ 14.97 19.11 14.96 -
YUV 115.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 96 129 100 0.26 0 0.22 0.49 127.27 0.15 0.44
Hex 60 81 64 1A 0 16 31 7F F 2C
Octal 140 201 144 32 0 26 61 177 17 54
Binary 1100000 10000001 1100100 11010 0 10110 110001 1111111 1111 101100

Color Harmonies of #608164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608164

Black with #608164

Text Example


Text Example

White with #608164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608164; }

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

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

background-color css

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

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

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

border-color css

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

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

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