#569770

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

Shades of Ocean Green #569770

Tints of Ocean Green #569770

Color information

#569770 (or 0x569770) is unknown color: approx Ocean Green. HEX triplet: 56, 97 and 70. RGB value is (86,151,112). Sum of RGB (Red+Green+Blue) = 86+151+112=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #569770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569770 is #A9688F. Grayscale: #7F7F7F. Windows color (decimal): -11102352 or 7378774. OLE color: 7378774.

HSL color Cylindrical-coordinate representation of color #569770: hue angle of 144º 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 #569770 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB86151112-
CMYK0.4300.260.41
HSL144º27.43%46.47%-
HSV(B)144º43.05%59.22%-
XYZ17.8325.2819.27-
YUV127.12119.4798.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 151 (59.38% from 255) = 43.27%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=24.64%
G=43.27%
B=32.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861511120.4300.260.4114427.4346.47
Hex5697702B01A29901b2e
Octal12622716053032512203356
Binary10101101001011111100001010110110101010011001000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569770; }

 p { color: rgb(86,151,112); }

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

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

 a { background-color: rgb(86,151,112); }

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

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

 span { border-color: rgb(86,151,112); }

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