#569D7D

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

Shades of Patina #569D7D

Tints of Patina #569D7D

Color information

#569D7D (or 0x569D7D) is unknown color: approx Patina. HEX triplet: 56, 9D and 7D. RGB value is (86,157,125). Sum of RGB (Red+Green+Blue) = 86+157+125=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #569D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569D7D is #A96282. Grayscale: #848484. Windows color (decimal): -11100803 or 8232278. OLE color: 8232278.

HSL color Cylindrical-coordinate representation of color #569D7D: hue angle of 152.96º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569D7D is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB86157125-
CMYK0.4500.200.38
HSL152.96º29.22%47.65%-
HSV(B)152.96º45.22%61.57%-
XYZ19.627.5723.69-
YUV132.12123.9895.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 125 (49.22% from 255) = 33.97%
R=23.37%
G=42.66%
B=33.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861571250.4500.200.38152.9629.2247.65
Hex569D7D2D01426991d30
Octal12623517555024462313560
Binary10101101001110111111011011010101001001101001100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,157,125); }

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

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

 a { background-color: rgb(86,157,125); }

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

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

 span { border-color: rgb(86,157,125); }

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