#56966B

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

Shades of Ocean Green #56966B

Tints of Ocean Green #56966B

Color information

#56966B (or 0x56966B) is unknown color: approx Ocean Green. HEX triplet: 56, 96 and 6B. RGB value is (86,150,107). Sum of RGB (Red+Green+Blue) = 86+150+107=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #56966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56966B is #A96994. Grayscale: #7E7E7E. Windows color (decimal): -11102613 or 7050838. OLE color: 7050838.

HSL color Cylindrical-coordinate representation of color #56966B: hue angle of 139.69º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56966B is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB86150107-
CMYK0.4300.290.41
HSL139.69º27.12%46.27%-
HSV(B)139.69º42.67%58.82%-
XYZ17.424.8517.79-
YUV125.96117.399.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 107 (42.19% from 255) = 31.20%
R=25.07%
G=43.73%
B=31.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861501070.4300.290.41139.6927.1246.27
Hex56966B2B01D298c1b2e
Octal12622615353035512143356
Binary10101101001011011010111010110111011010011000110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56966B; }

 p { color: rgb(86,150,107); }

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

<style>
 a { background-color: #56966B; }

 a { background-color: rgb(86,150,107); }

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

<style>
 span { border-color: #56966B; }

 span { border-color: rgb(86,150,107); }

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