Html Css Color HEX #599B66 Oxley

📋 copy color: '#599B66'

red 89 ◦ green 155 ◦ blue 102

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

Shades of Oxley #599B66

Tints of Oxley #599B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.8%

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

R = 25.72%
G = 44.8%
B = 29.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#599B66 (or 0x599B66) is known color: Oxley. HEX triplet: 59, 9B and 66. RGB value is (89,155,102). Sum of RGB (Red+Green+Blue) = 89+155+102=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #599B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599B66 is #A66499. Grayscale: #818181. Windows color (decimal): -10904730 or 6724441. OLE color: 6724441.

HSL color Cylindrical-coordinate representation of color #599B66: hue angle of 131.82º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599B66 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 155 102 -
CMYK 0.43 0 0.34 0.39
HSL 131.82º 0.27% 0.48% -
HSV(B) 131.82º 0.43% 0.61% -
XYZ 18.24 26.53 16.73 -
YUV 129.22 112.63 99.31 -
System Red Green Blue C M Y K H S L
Decimal 89 155 102 0.43 0 0.34 0.39 131.82 0.27 0.48
Hex 59 9B 66 2B 0 22 27 84 1B 30
Octal 131 233 146 53 0 42 47 204 33 60
Binary 1011001 10011011 1100110 101011 0 100010 100111 10000100 11011 110000

Color Harmonies of #599B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599B66

Black with #599B66

Text Example


Text Example

White with #599B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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