#569C70

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

Shades of Ocean Green #569C70

Tints of Ocean Green #569C70

Color information

#569C70 (or 0x569C70) is unknown color: approx Ocean Green. HEX triplet: 56, 9C and 70. RGB value is (86,156,112). Sum of RGB (Red+Green+Blue) = 86+156+112=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #569C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569C70 is #A9638F. Grayscale: #828282. Windows color (decimal): -11101072 or 7380054. OLE color: 7380054.

HSL color Cylindrical-coordinate representation of color #569C70: hue angle of 142.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569C70 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB86156112-
CMYK0.4500.280.39
HSL142.29º28.93%47.45%-
HSV(B)142.29º44.87%61.18%-
XYZ18.6526.9319.54-
YUV130.05117.8196.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 156 (61.33% from 255) = 44.07%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=24.29%
G=44.07%
B=31.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861561120.4500.280.39142.2928.9347.45
Hex569C702D01C278e1d2f
Octal12623416055034472163557
Binary10101101001110011100001011010111001001111000111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569C70; }

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

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

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

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

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

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

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

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