#56946A

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

Shades of Ocean Green #56946A

Tints of Ocean Green #56946A

Color information

#56946A (or 0x56946A) is unknown color: approx Ocean Green. HEX triplet: 56, 94 and 6A. RGB value is (86,148,106). Sum of RGB (Red+Green+Blue) = 86+148+106=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #56946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56946A is #A96B95. Grayscale: #7C7C7C. Windows color (decimal): -11103126 or 6984790. OLE color: 6984790.

HSL color Cylindrical-coordinate representation of color #56946A: hue angle of 139.35º degrees, saturation: 0.26, 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 #56946A is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB86148106-
CMYK0.4200.280.42
HSL139.35º26.5%45.88%-
HSV(B)139.35º41.89%58.04%-
XYZ17.0324.217.41-
YUV124.67117.46100.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=25.29%
G=43.53%
B=31.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861481060.4200.280.42139.3526.545.88
Hex56946A2A01C2A8b1a2e
Octal12622415252034522133256
Binary10101101001010011010101010100111001010101000101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56946A; }

 p { color: rgb(86,148,106); }

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

<style>
 a { background-color: #56946A; }

 a { background-color: rgb(86,148,106); }

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

<style>
 span { border-color: #56946A; }

 span { border-color: rgb(86,148,106); }

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