Html Css Color HEX #599065 Laurel

📋 copy color: '#599065'

red 89 ◦ green 144 ◦ blue 101

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

Shades of Laurel #599065

Tints of Laurel #599065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 26.65%
G = 43.11%
B = 30.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#599065 (or 0x599065) is known color: Laurel. HEX triplet: 59, 90 and 65. RGB value is (89,144,101). Sum of RGB (Red+Green+Blue) = 89+144+101=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #599065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599065 is #A66F9A. Grayscale: #7A7A7A. Windows color (decimal): -10907547 or 6656089. OLE color: 6656089.

HSL color Cylindrical-coordinate representation of color #599065: hue angle of 133.09º 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 #599065 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 101 -
CMYK 0.38 0 0.30 0.44
HSL 133.09º 0.24% 0.46% -
HSV(B) 133.09º 0.38% 0.56% -
XYZ 16.44 23.01 15.89 -
YUV 122.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 89 144 101 0.38 0 0.30 0.44 133.09 0.24 0.46
Hex 59 90 65 26 0 1E 2C 85 18 2E
Octal 131 220 145 46 0 36 54 205 30 56
Binary 1011001 10010000 1100101 100110 0 11110 101100 10000101 11000 101110

Color Harmonies of #599065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599065

Black with #599065

Text Example


Text Example

White with #599065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599065; }

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

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

background-color css

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

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

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

border-color css

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

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

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