#569A6C

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

Shades of Ocean Green #569A6C

Tints of Ocean Green #569A6C

Color information

#569A6C (or 0x569A6C) is unknown color: approx Ocean Green. HEX triplet: 56, 9A and 6C. RGB value is (86,154,108). Sum of RGB (Red+Green+Blue) = 86+154+108=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 154 - color contains mainly: green. Hex color #569A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569A6C is #A96593. Grayscale: #808080. Windows color (decimal): -11101588 or 7117398. OLE color: 7117398.

HSL color Cylindrical-coordinate representation of color #569A6C: hue angle of 139.41º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #569A6C is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB86154108-
CMYK0.4400.300.40
HSL139.41º28.33%47.06%-
HSV(B)139.41º44.16%60.39%-
XYZ18.126.1718.29-
YUV128.42116.4797.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 154 (60.55% from 255) = 44.25%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=24.71%
G=44.25%
B=31.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861541080.4400.300.40139.4128.3347.06
Hex569A6C2C01E288b1c2f
Octal12623215454036502133457
Binary10101101001101011011001011000111101010001000101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,154,108); }

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

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

 a { background-color: rgb(86,154,108); }

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

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

 span { border-color: rgb(86,154,108); }

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