Html Css Color HEX #608564 Laurel

📋 copy color: '#608564'

red 96 ◦ green 133 ◦ blue 100

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

Shades of Laurel #608564

Tints of Laurel #608564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

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

R = 29.18%
G = 40.43%
B = 30.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#608564 (or 0x608564) is known color: Laurel. HEX triplet: 60, 85 and 64. RGB value is (96,133,100). Sum of RGB (Red+Green+Blue) = 96+133+100=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #608564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608564 is #9F7A9B. Grayscale: #767676. Windows color (decimal): -10451612 or 6587744. OLE color: 6587744.

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

Color convert

RGB 96 133 100 -
CMYK 0.28 0 0.25 0.48
HSL 126.49º 0.16% 0.45% -
HSV(B) 126.49º 0.28% 0.52% -
XYZ 15.51 20.18 15.13 -
YUV 118.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 96 133 100 0.28 0 0.25 0.48 126.49 0.16 0.45
Hex 60 85 64 1C 0 19 30 7E 10 2D
Octal 140 205 144 34 0 31 60 176 20 55
Binary 1100000 10000101 1100100 11100 0 11001 110000 1111110 10000 101101

Color Harmonies of #608564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608564

Black with #608564

Text Example


Text Example

White with #608564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608564; }

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

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

background-color css

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

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

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

border-color css

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

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

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