#56956F

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

Shades of Ocean Green #56956F

Tints of Ocean Green #56956F

Color information

#56956F (or 0x56956F) is unknown color: approx Ocean Green. HEX triplet: 56, 95 and 6F. RGB value is (86,149,111). Sum of RGB (Red+Green+Blue) = 86+149+111=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #56956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56956F is #A96A90. Grayscale: #7D7D7D. Windows color (decimal): -11102865 or 7312726. OLE color: 7312726.

HSL color Cylindrical-coordinate representation of color #56956F: hue angle of 143.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56956F is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB86149111-
CMYK0.4200.260.42
HSL143.81º26.81%46.08%-
HSV(B)143.81º42.28%58.43%-
XYZ17.4524.6218.87-
YUV125.83119.6399.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=24.86%
G=43.06%
B=32.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861491110.4200.260.42143.8126.8146.08
Hex56956F2A01A2A901b2e
Octal12622515752032522203356
Binary10101101001010111011111010100110101010101001000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56956F; }

 p { color: rgb(86,149,111); }

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

<style>
 a { background-color: #56956F; }

 a { background-color: rgb(86,149,111); }

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

<style>
 span { border-color: #56956F; }

 span { border-color: rgb(86,149,111); }

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