#068150

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

Shades of Salem #068150

Tints of Salem #068150

Color information

#068150 (or 0x068150) is unknown color: approx Salem. HEX triplet: 06, 81 and 50. RGB value is (6,129,80). Sum of RGB (Red+Green+Blue) = 6+129+80=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #068150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068150 is #F97EAF. Grayscale: #565656. Windows color (decimal): -16350896 or 5275910. OLE color: 5275910.

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

Color convert

RGB612980-
CMYK0.9500.380.49
HSL156.1º91.11%26.47%-
HSV(B)156.1º95.35%50.59%-
XYZ9.3716.3210.25-
YUV86.64124.2570.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.79%
GREEN value IS 129 (50.78% from 255) = 60%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=2.79%
G=60%
B=37.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6129800.9500.380.49156.191.1126.47
Hex681505F026319c5b1a
Octal62011201370466123413332
Binary1101000000110100001011111010011011000110011100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068150; }

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

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

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

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

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

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

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

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