#068246

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

Shades of Salem #068246

Tints of Salem #068246

Color information

#068246 (or 0x068246) is unknown color: approx Salem. HEX triplet: 06, 82 and 46. RGB value is (6,130,70). Sum of RGB (Red+Green+Blue) = 6+130+70=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #068246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068246 is #F97DB9. Grayscale: #565656. Windows color (decimal): -16350650 or 4620806. OLE color: 4620806.

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

Color convert

RGB613070-
CMYK0.9500.460.49
HSL150.97º91.18%26.67%-
HSV(B)150.97º95.38%50.98%-
XYZ9.1616.458.49-
YUV86.08118.9270.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 130 (51.17% from 255) = 63.11%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=2.91%
G=63.11%
B=33.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6130700.9500.460.49150.9791.1826.67
Hex682465F02E31975b1b
Octal62021061370566122713333
Binary1101000001010001101011111010111011000110010111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068246; }

 p { color: rgb(6,130,70); }

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

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

 a { background-color: rgb(6,130,70); }

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

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

 span { border-color: rgb(6,130,70); }

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