#569c74

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

Shades of Ocean Green #569C74

Tints of Ocean Green #569C74

Color information

#569C74 (or 0x569C74) is unknown color: approx Ocean Green. HEX triplet: 56, 9C and 74. RGB value is (86,156,116). Sum of RGB (Red+Green+Blue) = 86+156+116=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #569C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569C74 is #A9638B. Grayscale: #828282. Windows color (decimal): -11101068 or 7642198. OLE color: 7642198.

HSL color Cylindrical-coordinate representation of color #569C74: hue angle of 145.71º 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 #569C74 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB86156116-
CMYK0.4500.260.39
HSL145.71º28.93%47.45%-
HSV(B)145.71º44.87%61.18%-
XYZ18.8827.0220.74-
YUV130.51119.8196.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 156 (61.33% from 255) = 43.58%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=24.02%
G=43.58%
B=32.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861561160.4500.260.39145.7128.9347.45
Hex569C742D01A27921d2f
Octal12623416455032472223557
Binary10101101001110011101001011010110101001111001001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569c74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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