Html Css Color HEX #58966D Ocean Green

📋 copy color: '#58966D'

red 88 ◦ green 150 ◦ blue 109

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

Shades of Ocean Green #58966D

Tints of Ocean Green #58966D

RGB

 RED value IS 88 (34.77% from 255) = 25.36%

 GREEN value IS 150 (58.98% from 255) = 43.23%

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 25.36%
G = 43.23%
B = 31.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#58966D (or 0x58966D) is known color: Ocean Green. HEX triplet: 58, 96 and 6D. RGB value is (88,150,109). Sum of RGB (Red+Green+Blue) = 88+150+109=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #58966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58966D is #A76992. Grayscale: #7E7E7E. Windows color (decimal): -10971539 or 7181912. OLE color: 7181912.

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

Color convert

RGB 88 150 109 -
CMYK 0.41 0 0.27 0.41
HSL 140.32º 0.26% 0.47% -
HSV(B) 140.32º 0.41% 0.59% -
XYZ 17.69 24.99 18.36 -
YUV 126.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 88 150 109 0.41 0 0.27 0.41 140.32 0.26 0.47
Hex 58 96 6D 29 0 1B 29 8C 1A 2F
Octal 130 226 155 51 0 33 51 214 32 57
Binary 1011000 10010110 1101101 101001 0 11011 101001 10001100 11010 101111

Color Harmonies of #58966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58966D

Black with #58966D

Text Example


Text Example

White with #58966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58966D;
 }
 .AnyTagClassName
 {
   color: #58966D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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