Html Css Color HEX #599965 Oxley

📋 copy color: '#599965'

red 89 ◦ green 153 ◦ blue 101

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

Shades of Oxley #599965

Tints of Oxley #599965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.61%

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

R = 25.95%
G = 44.61%
B = 29.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#599965 (or 0x599965) is known color: Oxley. HEX triplet: 59, 99 and 65. RGB value is (89,153,101). Sum of RGB (Red+Green+Blue) = 89+153+101=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #599965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599965 is #A6669A. Grayscale: #808080. Windows color (decimal): -10905243 or 6658393. OLE color: 6658393.

HSL color Cylindrical-coordinate representation of color #599965: hue angle of 131.25º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599965 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 153 101 -
CMYK 0.42 0 0.34 0.4
HSL 131.25º 0.26% 0.47% -
HSV(B) 131.25º 0.42% 0.6% -
XYZ 17.86 25.85 16.36 -
YUV 127.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 89 153 101 0.42 0 0.34 0.4 131.25 0.26 0.47
Hex 59 99 65 2A 0 22 28 83 1A 2F
Octal 131 231 145 52 0 42 50 203 32 57
Binary 1011001 10011001 1100101 101010 0 100010 101000 10000011 11010 101111

Color Harmonies of #599965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599965

Black with #599965

Text Example


Text Example

White with #599965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599965; }

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

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

background-color css

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

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

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

border-color css

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

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

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