#58966E

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

Shades of Ocean Green #58966E

Tints of Ocean Green #58966E

Color information

#58966E (or 0x58966E) is unknown color: approx Ocean Green. HEX triplet: 58, 96 and 6E. RGB value is (88,150,110). Sum of RGB (Red+Green+Blue) = 88+150+110=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #58966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58966E is #A76991. Grayscale: #7F7F7F. Windows color (decimal): -10971538 or 7247448. OLE color: 7247448.

HSL color Cylindrical-coordinate representation of color #58966E: hue angle of 141.29º 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 #58966E is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB88150110-
CMYK0.4100.270.41
HSL141.29º26.05%46.67%-
HSV(B)141.29º41.33%58.82%-
XYZ17.7525.0118.64-
YUV126.9118.46100.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=25.29%
G=43.10%
B=31.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881501100.4100.270.41141.2926.0546.67
Hex58966E2901B298d1a2f
Octal13022615651033512153257
Binary10110001001011011011101010010110111010011000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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