Html Css Color HEX #599664 Laurel

📋 copy color: '#599664'

red 89 ◦ green 150 ◦ blue 100

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

Shades of Laurel #599664

Tints of Laurel #599664

RGB

 RED value IS 89 (35.16% from 255) = 26.25%

 GREEN value IS 150 (58.98% from 255) = 44.25%

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

R = 26.25%
G = 44.25%
B = 29.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#599664 (or 0x599664) is known color: Laurel. HEX triplet: 59, 96 and 64. RGB value is (89,150,100). Sum of RGB (Red+Green+Blue) = 89+150+100=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #599664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599664 is #A6699B. Grayscale: #7E7E7E. Windows color (decimal): -10906012 or 6592089. OLE color: 6592089.

HSL color Cylindrical-coordinate representation of color #599664: hue angle of 130.82º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599664 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 150 100 -
CMYK 0.41 0 0.33 0.41
HSL 130.82º 0.26% 0.47% -
HSV(B) 130.82º 0.41% 0.59% -
XYZ 17.33 24.86 15.94 -
YUV 126.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 89 150 100 0.41 0 0.33 0.41 130.82 0.26 0.47
Hex 59 96 64 29 0 21 29 83 1A 2F
Octal 131 226 144 51 0 41 51 203 32 57
Binary 1011001 10010110 1100100 101001 0 100001 101001 10000011 11010 101111

Color Harmonies of #599664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599664

Black with #599664

Text Example


Text Example

White with #599664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599664; }

 p { color: rgb(89,150,100); }

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

background-color css

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

 a { background-color: rgb(89,150,100); }

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

border-color css

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

 span { border-color: rgb(89,150,100); }

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