Html Css Color HEX #58976B Ocean Green

📋 copy color: '#58976B'

red 88 ◦ green 151 ◦ blue 107

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

Shades of Ocean Green #58976B

Tints of Ocean Green #58976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 25.43%
G = 43.64%
B = 30.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#58976B (or 0x58976B) is known color: Ocean Green. HEX triplet: 58, 97 and 6B. RGB value is (88,151,107). Sum of RGB (Red+Green+Blue) = 88+151+107=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #58976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58976B is #A76894. Grayscale: #7F7F7F. Windows color (decimal): -10971285 or 7051096. OLE color: 7051096.

HSL color Cylindrical-coordinate representation of color #58976B: hue angle of 138.1º 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 #58976B is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 151 107 -
CMYK 0.42 0 0.29 0.41
HSL 138.1º 0.26% 0.47% -
HSV(B) 138.1º 0.42% 0.59% -
XYZ 17.74 25.27 17.85 -
YUV 127.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 88 151 107 0.42 0 0.29 0.41 138.1 0.26 0.47
Hex 58 97 6B 2A 0 1D 29 8A 1A 2F
Octal 130 227 153 52 0 35 51 212 32 57
Binary 1011000 10010111 1101011 101010 0 11101 101001 10001010 11010 101111

Color Harmonies of #58976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58976B

Black with #58976B

Text Example


Text Example

White with #58976B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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