#06804C

Color #06804C Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #06804C

Tints of Salem #06804C

Color information

#06804C (or 0x06804C) is unknown color: approx Salem. HEX triplet: 06, 80 and 4C. RGB value is (6,128,76). Sum of RGB (Red+Green+Blue) = 6+128+76=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #06804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06804C is #F97FB3. Grayscale: #555555. Windows color (decimal): -16351156 or 5013510. OLE color: 5013510.

HSL color Cylindrical-coordinate representation of color #06804C: hue angle of 154.43º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06804C is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB612876-
CMYK0.9500.410.50
HSL154.43º91.04%26.27%-
HSV(B)154.43º95.31%50.2%-
XYZ9.1169.45-
YUV85.59122.5871.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 128 (50.39% from 255) = 60.95%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=2.86%
G=60.95%
B=36.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6128760.9500.410.50154.4391.0426.27
Hex6804C5F029329a5b1a
Octal62001141370516223213332
Binary1101000000010011001011111010100111001010011010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06804C; }

 p { color: rgb(6,128,76); }

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

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

 a { background-color: rgb(6,128,76); }

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

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

 span { border-color: rgb(6,128,76); }

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