Html Css Color HEX #599D66 Oxley

📋 copy color: '#599D66'

red 89 ◦ green 157 ◦ blue 102

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

Shades of Oxley #599D66

Tints of Oxley #599D66

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.11%

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

R = 25.57%
G = 45.11%
B = 29.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#599D66 (or 0x599D66) is known color: Oxley. HEX triplet: 59, 9D and 66. RGB value is (89,157,102). Sum of RGB (Red+Green+Blue) = 89+157+102=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #599D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D66 is #A66299. Grayscale: #828282. Windows color (decimal): -10904218 or 6724953. OLE color: 6724953.

HSL color Cylindrical-coordinate representation of color #599D66: hue angle of 131.47º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599D66 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 157 102 -
CMYK 0.43 0 0.35 0.38
HSL 131.47º 0.28% 0.48% -
HSV(B) 131.47º 0.43% 0.62% -
XYZ 18.58 27.2 16.84 -
YUV 130.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 89 157 102 0.43 0 0.35 0.38 131.47 0.28 0.48
Hex 59 9D 66 2B 0 23 26 83 1C 30
Octal 131 235 146 53 0 43 46 203 34 60
Binary 1011001 10011101 1100110 101011 0 100011 100110 10000011 11100 110000

Color Harmonies of #599D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599D66

Black with #599D66

Text Example


Text Example

White with #599D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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