Html Css Color HEX #59946C Oxley

📋 copy color: '#59946C'

red 89 ◦ green 148 ◦ blue 108

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

Shades of Oxley #59946C

Tints of Oxley #59946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.9%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 25.8%
G = 42.9%
B = 31.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#59946C (or 0x59946C) is known color: Oxley. HEX triplet: 59, 94 and 6C. RGB value is (89,148,108). Sum of RGB (Red+Green+Blue) = 89+148+108=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #59946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59946C is #A66B93. Grayscale: #7D7D7D. Windows color (decimal): -10906516 or 7115865. OLE color: 7115865.

HSL color Cylindrical-coordinate representation of color #59946C: hue angle of 139.32º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59946C is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 108 -
CMYK 0.40 0 0.27 0.42
HSL 139.32º 0.25% 0.46% -
HSV(B) 139.32º 0.4% 0.58% -
XYZ 17.42 24.39 17.98 -
YUV 125.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 89 148 108 0.40 0 0.27 0.42 139.32 0.25 0.46
Hex 59 94 6C 28 0 1B 2A 8B 19 2E
Octal 131 224 154 50 0 33 52 213 31 56
Binary 1011001 10010100 1101100 101000 0 11011 101010 10001011 11001 101110

Color Harmonies of #59946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59946C

Black with #59946C

Text Example


Text Example

White with #59946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59946C; }

 p { color: rgb(89,148,108); }

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

background-color css

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

 a { background-color: rgb(89,148,108); }

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

border-color css

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

 span { border-color: rgb(89,148,108); }

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