#55A76E

Color #55A76E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #55A76E

Tints of Ocean Green #55A76E

Color information

#55A76E (or 0x55A76E) is unknown color: approx Ocean Green. HEX triplet: 55, A7 and 6E. RGB value is (85,167,110). Sum of RGB (Red+Green+Blue) = 85+167+110=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 167 - color contains mainly: green. Hex color #55A76E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A76E is #AA5891. Grayscale: #888888. Windows color (decimal): -11163794 or 7251797. OLE color: 7251797.

HSL color Cylindrical-coordinate representation of color #55A76E: hue angle of 138.29º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A76E is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB85167110-
CMYK0.4900.340.35
HSL138.29º32.54%49.41%-
HSV(B)138.29º49.1%65.49%-
XYZ20.3830.6919.6-
YUV135.98113.3391.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 167 (65.62% from 255) = 46.13%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=23.48%
G=46.13%
B=30.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851671100.4900.340.35138.2932.5449.41
Hex55A76E31022238a2131
Octal12524715661042432124161
Binary1010101101001111101110110001010001010001110001010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A76E; }

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

 H1.HeaderClassName
 {
   color: #55A76E;
 }
 .AnyTagClassName
 {
   color: #55A76E;
 }
</style>
background-color css

<style>
 a { background-color: #55A76E; }

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

 div.DivClassName
 {
   background-color: #55A76E;
 }
 .BgClassName
 {
   background-color: #55A76E;
 }
</style>
border-color css

<style>
 span { border-color: #55A76E; }

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

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