Html Css Color HEX #599066 Laurel

📋 copy color: '#599066'

red 89 ◦ green 144 ◦ blue 102

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

Shades of Laurel #599066

Tints of Laurel #599066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.99%

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 26.57%
G = 42.99%
B = 30.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#599066 (or 0x599066) is known color: Laurel. HEX triplet: 59, 90 and 66. RGB value is (89,144,102). Sum of RGB (Red+Green+Blue) = 89+144+102=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #599066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599066 is #A66F99. Grayscale: #7A7A7A. Windows color (decimal): -10907546 or 6721625. OLE color: 6721625.

HSL color Cylindrical-coordinate representation of color #599066: hue angle of 134.18º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599066 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 102 -
CMYK 0.38 0 0.29 0.44
HSL 134.18º 0.24% 0.46% -
HSV(B) 134.18º 0.38% 0.56% -
XYZ 16.49 23.03 16.15 -
YUV 122.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 89 144 102 0.38 0 0.29 0.44 134.18 0.24 0.46
Hex 59 90 66 26 0 1D 2C 86 18 2E
Octal 131 220 146 46 0 35 54 206 30 56
Binary 1011001 10010000 1100110 100110 0 11101 101100 10000110 11000 101110

Color Harmonies of #599066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599066

Black with #599066

Text Example


Text Example

White with #599066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599066; }

 p { color: rgb(89,144,102); }

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

background-color css

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

 a { background-color: rgb(89,144,102); }

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

border-color css

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

 span { border-color: rgb(89,144,102); }

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