#569469

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

Shades of Ocean Green #569469

Tints of Ocean Green #569469

Color information

#569469 (or 0x569469) is unknown color: approx Ocean Green. HEX triplet: 56, 94 and 69. RGB value is (86,148,105). Sum of RGB (Red+Green+Blue) = 86+148+105=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #569469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569469 is #A96B96. Grayscale: #7C7C7C. Windows color (decimal): -11103127 or 6919254. OLE color: 6919254.

HSL color Cylindrical-coordinate representation of color #569469: hue angle of 138.39º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #569469 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB86148105-
CMYK0.4200.290.42
HSL138.39º26.5%45.88%-
HSV(B)138.39º41.89%58.04%-
XYZ16.9824.1817.14-
YUV124.56116.96100.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=25.37%
G=43.66%
B=30.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861481050.4200.290.42138.3926.545.88
Hex5694692A01D2A8a1a2e
Octal12622415152035522123256
Binary10101101001010011010011010100111011010101000101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569469; }

 p { color: rgb(86,148,105); }

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

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

 a { background-color: rgb(86,148,105); }

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

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

 span { border-color: rgb(86,148,105); }

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