Html Css Color HEX #55976C Ocean Green

📋 copy color: '#55976C'

red 85 ◦ green 151 ◦ blue 108

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

Shades of Ocean Green #55976C

Tints of Ocean Green #55976C

RGB

 RED value IS 85 (33.59% from 255) = 24.71%

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

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

R = 24.71%
G = 43.9%
B = 31.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#55976C (or 0x55976C) is known color: Ocean Green. HEX triplet: 55, 97 and 6C. RGB value is (85,151,108). Sum of RGB (Red+Green+Blue) = 85+151+108=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #55976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55976C is #AA6893. Grayscale: #7E7E7E. Windows color (decimal): -11167892 or 7116629. OLE color: 7116629.

HSL color Cylindrical-coordinate representation of color #55976C: hue angle of 140.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55976C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 151 108 -
CMYK 0.44 0 0.28 0.41
HSL 140.91º 0.28% 0.46% -
HSV(B) 140.91º 0.44% 0.59% -
XYZ 17.52 25.15 18.12 -
YUV 126.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 85 151 108 0.44 0 0.28 0.41 140.91 0.28 0.46
Hex 55 97 6C 2C 0 1C 29 8D 1C 2E
Octal 125 227 154 54 0 34 51 215 34 56
Binary 1010101 10010111 1101100 101100 0 11100 101001 10001101 11100 101110

Color Harmonies of #55976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55976C

Black with #55976C

Text Example


Text Example

White with #55976C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,151,108); }

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

background-color css

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

 a { background-color: rgb(85,151,108); }

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

border-color css

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

 span { border-color: rgb(85,151,108); }

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