Html Css Color HEX #599C6A Oxley

📋 copy color: '#599C6A'

red 89 ◦ green 156 ◦ blue 106

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

Shades of Oxley #599C6A

Tints of Oxley #599C6A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.44%

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 25.36%
G = 44.44%
B = 30.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#599C6A (or 0x599C6A) is known color: Oxley. HEX triplet: 59, 9C and 6A. RGB value is (89,156,106). Sum of RGB (Red+Green+Blue) = 89+156+106=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #599C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599C6A is #A66395. Grayscale: #828282. Windows color (decimal): -10904470 or 6986841. OLE color: 6986841.

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

Color convert

RGB 89 156 106 -
CMYK 0.43 0 0.32 0.39
HSL 135.22º 0.27% 0.48% -
HSV(B) 135.22º 0.43% 0.61% -
XYZ 18.61 26.94 17.86 -
YUV 130.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 89 156 106 0.43 0 0.32 0.39 135.22 0.27 0.48
Hex 59 9C 6A 2B 0 20 27 87 1B 30
Octal 131 234 152 53 0 40 47 207 33 60
Binary 1011001 10011100 1101010 101011 0 100000 100111 10000111 11011 110000

Color Harmonies of #599C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599C6A

Black with #599C6A

Text Example


Text Example

White with #599C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,156,106); }

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

background-color css

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

 a { background-color: rgb(89,156,106); }

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

border-color css

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

 span { border-color: rgb(89,156,106); }

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