Html Css Color HEX #599D68 Oxley

📋 copy color: '#599D68'

red 89 ◦ green 157 ◦ blue 104

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

Shades of Oxley #599D68

Tints of Oxley #599D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.71%

R = 25.43%
G = 44.86%
B = 29.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#599D68 (or 0x599D68) is known color: Oxley. HEX triplet: 59, 9D and 68. RGB value is (89,157,104). Sum of RGB (Red+Green+Blue) = 89+157+104=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #599D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D68 is #A66297. Grayscale: #828282. Windows color (decimal): -10904216 or 6856025. OLE color: 6856025.

HSL color Cylindrical-coordinate representation of color #599D68: hue angle of 133.24º 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 #599D68 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 157 104 -
CMYK 0.43 0 0.34 0.38
HSL 133.24º 0.28% 0.48% -
HSV(B) 133.24º 0.43% 0.62% -
XYZ 18.68 27.24 17.37 -
YUV 130.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 89 157 104 0.43 0 0.34 0.38 133.24 0.28 0.48
Hex 59 9D 68 2B 0 22 26 85 1C 30
Octal 131 235 150 53 0 42 46 205 34 60
Binary 1011001 10011101 1101000 101011 0 100010 100110 10000101 11100 110000

Color Harmonies of #599D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599D68

Black with #599D68

Text Example


Text Example

White with #599D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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