#06814E

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

Shades of Salem #06814E

Tints of Salem #06814E

Color information

#06814E (or 0x06814E) is unknown color: approx Salem. HEX triplet: 06, 81 and 4E. RGB value is (6,129,78). Sum of RGB (Red+Green+Blue) = 6+129+78=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #06814E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06814E is #F97EB1. Grayscale: #565656. Windows color (decimal): -16350898 or 5144838. OLE color: 5144838.

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

Color convert

RGB612978-
CMYK0.9500.400.49
HSL155.12º91.11%26.47%-
HSV(B)155.12º95.35%50.59%-
XYZ9.316.299.86-
YUV86.41123.2570.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 129 (50.78% from 255) = 60.56%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=2.82%
G=60.56%
B=36.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6129780.9500.400.49155.1291.1126.47
Hex6814E5F028319b5b1a
Octal62011161370506123313332
Binary1101000000110011101011111010100011000110011011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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