#068149

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

Shades of Salem #068149

Tints of Salem #068149

Color information

#068149 (or 0x068149) is unknown color: approx Salem. HEX triplet: 06, 81 and 49. RGB value is (6,129,73). Sum of RGB (Red+Green+Blue) = 6+129+73=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 129 (50.78% from 255 or 62.02% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 129 - color contains mainly: green. Hex color #068149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068149 is #F97EB6. Grayscale: #555555. Windows color (decimal): -16350903 or 4817158. OLE color: 4817158.

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

Color convert

RGB612973-
CMYK0.9500.430.49
HSL152.68º91.11%26.47%-
HSV(B)152.68º95.35%50.59%-
XYZ9.1316.228.95-
YUV85.84120.7571.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 129 (50.78% from 255) = 62.02%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=2.88%
G=62.02%
B=35.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6129730.9500.430.49152.6891.1126.47
Hex681495F02B31995b1a
Octal62011111370536123113332
Binary1101000000110010011011111010101111000110011001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068149; }

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

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

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

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

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

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

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

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