Html Css Color HEX #59926B Oxley

📋 copy color: '#59926B'

red 89 ◦ green 146 ◦ blue 107

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

Shades of Oxley #59926B

Tints of Oxley #59926B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.69%

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

R = 26.02%
G = 42.69%
B = 31.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#59926B (or 0x59926B) is known color: Oxley. HEX triplet: 59, 92 and 6B. RGB value is (89,146,107). Sum of RGB (Red+Green+Blue) = 89+146+107=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #59926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59926B is #A66D94. Grayscale: #7C7C7C. Windows color (decimal): -10907029 or 7049817. OLE color: 7049817.

HSL color Cylindrical-coordinate representation of color #59926B: hue angle of 138.95º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59926B is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 146 107 -
CMYK 0.39 0 0.27 0.43
HSL 138.95º 0.24% 0.46% -
HSV(B) 138.95º 0.39% 0.57% -
XYZ 17.05 23.74 17.59 -
YUV 124.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 89 146 107 0.39 0 0.27 0.43 138.95 0.24 0.46
Hex 59 92 6B 27 0 1B 2B 8B 18 2E
Octal 131 222 153 47 0 33 53 213 30 56
Binary 1011001 10010010 1101011 100111 0 11011 101011 10001011 11000 101110

Color Harmonies of #59926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59926B

Black with #59926B

Text Example


Text Example

White with #59926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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