#58966B

Color #58966B Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #58966B

Tints of Oxley #58966B

Color information

#58966B (or 0x58966B) is unknown color: approx Oxley. HEX triplet: 58, 96 and 6B. RGB value is (88,150,107). Sum of RGB (Red+Green+Blue) = 88+150+107=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #58966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58966B is #A76994. Grayscale: #7E7E7E. Windows color (decimal): -10971541 or 7050840. OLE color: 7050840.

HSL color Cylindrical-coordinate representation of color #58966B: hue angle of 138.39º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58966B is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB88150107-
CMYK0.4100.290.41
HSL138.39º26.05%46.67%-
HSV(B)138.39º41.33%58.82%-
XYZ17.5824.9517.8-
YUV126.56116.96100.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.51%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=25.51%
G=43.48%
B=31.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881501070.4100.290.41138.3926.0546.67
Hex58966B2901D298a1a2f
Octal13022615351035512123257
Binary10110001001011011010111010010111011010011000101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,150,107); }

 H1.HeaderClassName
 {
   color: #58966B;
 }
 .AnyTagClassName
 {
   color: #58966B;
 }
</style>
background-color css

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

 a { background-color: rgb(88,150,107); }

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

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

 span { border-color: rgb(88,150,107); }

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