Html Css Color HEX #55976E Ocean Green

📋 copy color: '#55976E'

red 85 ◦ green 151 ◦ blue 110

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

Shades of Ocean Green #55976E

Tints of Ocean Green #55976E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 24.57%
G = 43.64%
B = 31.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#55976E (or 0x55976E) is known color: Ocean Green. HEX triplet: 55, 97 and 6E. RGB value is (85,151,110). Sum of RGB (Red+Green+Blue) = 85+151+110=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #55976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55976E is #AA6891. Grayscale: #7E7E7E. Windows color (decimal): -11167890 or 7247701. OLE color: 7247701.

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

Color convert

RGB 85 151 110 -
CMYK 0.44 0 0.27 0.41
HSL 142.73º 0.28% 0.46% -
HSV(B) 142.73º 0.44% 0.59% -
XYZ 17.63 25.19 18.69 -
YUV 126.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 85 151 110 0.44 0 0.27 0.41 142.73 0.28 0.46
Hex 55 97 6E 2C 0 1B 29 8F 1C 2E
Octal 125 227 156 54 0 33 51 217 34 56
Binary 1010101 10010111 1101110 101100 0 11011 101001 10001111 11100 101110

Color Harmonies of #55976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55976E

Black with #55976E

Text Example


Text Example

White with #55976E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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