Html Css Color HEX #59946B Oxley

📋 copy color: '#59946B'

red 89 ◦ green 148 ◦ blue 107

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

Shades of Oxley #59946B

Tints of Oxley #59946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 25.87%
G = 43.02%
B = 31.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#59946B (or 0x59946B) is known color: Oxley. HEX triplet: 59, 94 and 6B. RGB value is (89,148,107). Sum of RGB (Red+Green+Blue) = 89+148+107=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #59946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59946B is #A66B94. Grayscale: #7D7D7D. Windows color (decimal): -10906517 or 7050329. OLE color: 7050329.

HSL color Cylindrical-coordinate representation of color #59946B: hue angle of 138.31º 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 #59946B is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 107 -
CMYK 0.40 0 0.28 0.42
HSL 138.31º 0.25% 0.46% -
HSV(B) 138.31º 0.4% 0.58% -
XYZ 17.36 24.37 17.7 -
YUV 125.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 89 148 107 0.40 0 0.28 0.42 138.31 0.25 0.46
Hex 59 94 6B 28 0 1C 2A 8A 19 2E
Octal 131 224 153 50 0 34 52 212 31 56
Binary 1011001 10010100 1101011 101000 0 11100 101010 10001010 11001 101110

Color Harmonies of #59946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59946B

Black with #59946B

Text Example


Text Example

White with #59946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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