#06864C

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

Shades of Salem #06864C

Tints of Salem #06864C

Color information

#06864C (or 0x06864C) is unknown color: approx Salem. HEX triplet: 06, 86 and 4C. RGB value is (6,134,76). Sum of RGB (Red+Green+Blue) = 6+134+76=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #06864C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06864C is #F979B3. Grayscale: #595959. Windows color (decimal): -16349620 or 5015046. OLE color: 5015046.

HSL color Cylindrical-coordinate representation of color #06864C: hue angle of 152.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06864C is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB613476-
CMYK0.9600.430.47
HSL152.81º91.43%27.45%-
HSV(B)152.81º95.52%52.55%-
XYZ9.917.619.71-
YUV89.12120.5968.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 134 (52.73% from 255) = 62.04%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=2.78%
G=62.04%
B=35.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6134760.9600.430.47152.8191.4327.45
Hex6864C6002B2F995b1b
Octal62061141400535723113333
Binary1101000011010011001100000010101110111110011001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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