Html Css Color HEX #58986C Ocean Green

📋 copy color: '#58986C'

red 88 ◦ green 152 ◦ blue 108

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

Shades of Ocean Green #58986C

Tints of Ocean Green #58986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 25.29%
G = 43.68%
B = 31.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#58986C (or 0x58986C) is known color: Ocean Green. HEX triplet: 58, 98 and 6C. RGB value is (88,152,108). Sum of RGB (Red+Green+Blue) = 88+152+108=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #58986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58986C is #A76793. Grayscale: #7F7F7F. Windows color (decimal): -10971028 or 7116888. OLE color: 7116888.

HSL color Cylindrical-coordinate representation of color #58986C: hue angle of 138.75º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58986C is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 152 108 -
CMYK 0.42 0 0.29 0.40
HSL 138.75º 0.27% 0.47% -
HSV(B) 138.75º 0.42% 0.6% -
XYZ 17.96 25.61 18.18 -
YUV 127.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 88 152 108 0.42 0 0.29 0.40 138.75 0.27 0.47
Hex 58 98 6C 2A 0 1D 28 8B 1B 2F
Octal 130 230 154 52 0 35 50 213 33 57
Binary 1011000 10011000 1101100 101010 0 11101 101000 10001011 11011 101111

Color Harmonies of #58986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58986C

Black with #58986C

Text Example


Text Example

White with #58986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58986C;
 }
 .AnyTagClassName
 {
   color: #58986C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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