#068251

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

Shades of Salem #068251

Tints of Salem #068251

Color information

#068251 (or 0x068251) is unknown color: approx Salem. HEX triplet: 06, 82 and 51. RGB value is (6,130,81). Sum of RGB (Red+Green+Blue) = 6+130+81=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #068251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068251 is #F97DAE. Grayscale: #575757. Windows color (decimal): -16350639 or 5341702. OLE color: 5341702.

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

Color convert

RGB613081-
CMYK0.9500.380.49
HSL156.29º91.18%26.67%-
HSV(B)156.29º95.38%50.98%-
XYZ9.5416.610.49-
YUV87.34124.4269.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=2.76%
G=59.91%
B=37.33%

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
Decimal6130810.9500.380.49156.2991.1826.67
Hex682515F026319c5b1b
Octal62021211370466123413333
Binary1101000001010100011011111010011011000110011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068251; }

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

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

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

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

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

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

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

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