#06573F

Color #06573F Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #06573F

Tints of Jewel #06573F

Color information

#06573F (or 0x06573F) is unknown color: approx Jewel. HEX triplet: 06, 57 and 3F. RGB value is (6,87,63). Sum of RGB (Red+Green+Blue) = 6+87+63=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #06573F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06573F is #F9A8C0. Grayscale: #3C3C3C. Windows color (decimal): -16361665 or 4151046. OLE color: 4151046.

HSL color Cylindrical-coordinate representation of color #06573F: hue angle of 162.22º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06573F is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB68763-
CMYK0.9300.280.66
HSL162.22º87.1%18.24%-
HSV(B)162.22º93.1%34.12%-
XYZ4.387.215.86-
YUV60.04129.6689.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 87 (34.38% from 255) = 55.77%
BLUE value IS 63 (25% from 255) = 40.38%
R=3.85%
G=55.77%
B=40.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal687630.9300.280.66162.2287.118.24
Hex6573F5D01C42a25712
Octal61277713503410224212722
Binary11010101111111111011101011100100001010100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06573F; }

 p { color: rgb(6,87,63); }

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

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

 a { background-color: rgb(6,87,63); }

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

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

 span { border-color: rgb(6,87,63); }

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