#569872

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

Shades of Ocean Green #569872

Tints of Ocean Green #569872

Color information

#569872 (or 0x569872) is unknown color: approx Ocean Green. HEX triplet: 56, 98 and 72. RGB value is (86,152,114). Sum of RGB (Red+Green+Blue) = 86+152+114=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #569872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569872 is #A9678D. Grayscale: #808080. Windows color (decimal): -11102094 or 7510102. OLE color: 7510102.

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

Color convert

RGB86152114-
CMYK0.4300.250.40
HSL145.45º27.73%46.67%-
HSV(B)145.45º43.42%59.61%-
XYZ18.125.6519.92-
YUV127.93120.1398.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=24.43%
G=43.18%
B=32.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861521140.4300.250.40145.4527.7346.67
Hex5698722B01928911c2f
Octal12623016253031502213457
Binary10101101001100011100101010110110011010001001000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569872; }

 p { color: rgb(86,152,114); }

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

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

 a { background-color: rgb(86,152,114); }

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

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

 span { border-color: rgb(86,152,114); }

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