#56A66E

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

Shades of Ocean Green #56A66E

Tints of Ocean Green #56A66E

Color information

#56A66E (or 0x56A66E) is unknown color: approx Ocean Green. HEX triplet: 56, A6 and 6E. RGB value is (86,166,110). Sum of RGB (Red+Green+Blue) = 86+166+110=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #56A66E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A66E is #A95991. Grayscale: #878787. Windows color (decimal): -11098514 or 7251542. OLE color: 7251542.

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

Color convert

RGB86166110-
CMYK0.4800.340.35
HSL138º31.75%49.41%-
HSV(B)138º48.19%65.1%-
XYZ20.2930.3819.55-
YUV135.7113.592.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 166 (65.23% from 255) = 45.86%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=23.76%
G=45.86%
B=30.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861661100.4800.340.3513831.7549.41
Hex56A66E30022238a2031
Octal12624615660042432124061
Binary1010110101001101101110110000010001010001110001010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A66E; }

 p { color: rgb(86,166,110); }

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

<style>
 a { background-color: #56A66E; }

 a { background-color: rgb(86,166,110); }

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

<style>
 span { border-color: #56A66E; }

 span { border-color: rgb(86,166,110); }

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