#06814F

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

Shades of Salem #06814F

Tints of Salem #06814F

Color information

#06814F (or 0x06814F) is unknown color: approx Salem. HEX triplet: 06, 81 and 4F. RGB value is (6,129,79). Sum of RGB (Red+Green+Blue) = 6+129+79=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #06814F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06814F is #F97EB0. Grayscale: #565656. Windows color (decimal): -16350897 or 5210374. OLE color: 5210374.

HSL color Cylindrical-coordinate representation of color #06814F: hue angle of 155.61º 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 #06814F is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB612979-
CMYK0.9500.390.49
HSL155.61º91.11%26.47%-
HSV(B)155.61º95.35%50.59%-
XYZ9.3416.310.05-
YUV86.52123.7570.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.80%
GREEN value IS 129 (50.78% from 255) = 60.28%
BLUE value IS 79 (31.25% from 255) = 36.92%
R=2.80%
G=60.28%
B=36.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6129790.9500.390.49155.6191.1126.47
Hex6814F5F027319c5b1a
Octal62011171370476123413332
Binary1101000000110011111011111010011111000110011100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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