Html Css Color HEX #58976F Ocean Green

📋 copy color: '#58976F'

red 88 ◦ green 151 ◦ blue 111

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

Shades of Ocean Green #58976F

Tints of Ocean Green #58976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 25.14%
G = 43.14%
B = 31.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#58976F (or 0x58976F) is known color: Ocean Green. HEX triplet: 58, 97 and 6F. RGB value is (88,151,111). Sum of RGB (Red+Green+Blue) = 88+151+111=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #58976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58976F is #A76890. Grayscale: #7F7F7F. Windows color (decimal): -10971281 or 7313240. OLE color: 7313240.

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

Color convert

RGB 88 151 111 -
CMYK 0.42 0 0.26 0.41
HSL 141.9º 0.26% 0.47% -
HSV(B) 141.9º 0.42% 0.59% -
XYZ 17.96 25.36 18.99 -
YUV 127.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 88 151 111 0.42 0 0.26 0.41 141.9 0.26 0.47
Hex 58 97 6F 2A 0 1A 29 8E 1A 2F
Octal 130 227 157 52 0 32 51 216 32 57
Binary 1011000 10010111 1101111 101010 0 11010 101001 10001110 11010 101111

Color Harmonies of #58976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58976F

Black with #58976F

Text Example


Text Example

White with #58976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58976F; }

 p { color: rgb(88,151,111); }

 H1.HeaderClassName
 {
   color: #58976F;
 }
 .AnyTagClassName
 {
   color: #58976F;
 }
</style>

background-color css

<style>
 a { background-color: #58976F; }

 a { background-color: rgb(88,151,111); }

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

border-color css

<style>
 span { border-color: #58976F; }

 span { border-color: rgb(88,151,111); }

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