#58966C

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

Shades of Ocean Green #58966C

Tints of Ocean Green #58966C

Color information

#58966C (or 0x58966C) is unknown color: approx Ocean Green. HEX triplet: 58, 96 and 6C. RGB value is (88,150,108). Sum of RGB (Red+Green+Blue) = 88+150+108=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #58966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58966C is #A76993. Grayscale: #7E7E7E. Windows color (decimal): -10971540 or 7116376. OLE color: 7116376.

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

Color convert

RGB88150108-
CMYK0.4100.280.41
HSL139.35º26.05%46.67%-
HSV(B)139.35º41.33%58.82%-
XYZ17.6424.9718.08-
YUV126.67117.46100.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=25.43%
G=43.35%
B=31.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881501080.4100.280.41139.3526.0546.67
Hex58966C2901C298b1a2f
Octal13022615451034512133257
Binary10110001001011011011001010010111001010011000101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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