#06814C

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

Shades of Salem #06814C

Tints of Salem #06814C

Color information

#06814C (or 0x06814C) is unknown color: approx Salem. HEX triplet: 06, 81 and 4C. RGB value is (6,129,76). Sum of RGB (Red+Green+Blue) = 6+129+76=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #06814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06814C is #F97EB3. Grayscale: #565656. Windows color (decimal): -16350900 or 5013766. OLE color: 5013766.

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

Color convert

RGB612976-
CMYK0.9500.410.49
HSL154.15º91.11%26.47%-
HSV(B)154.15º95.35%50.59%-
XYZ9.2316.269.49-
YUV86.18122.2570.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 129 (50.78% from 255) = 61.14%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=2.84%
G=61.14%
B=36.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6129760.9500.410.49154.1591.1126.47
Hex6814C5F029319a5b1a
Octal62011141370516123213332
Binary1101000000110011001011111010100111000110011010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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