#068253

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

Shades of Salem #068253

Tints of Salem #068253

Color information

#068253 (or 0x068253) is unknown color: approx Salem. HEX triplet: 06, 82 and 53. RGB value is (6,130,83). Sum of RGB (Red+Green+Blue) = 6+130+83=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #068253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068253 is #F97DAC. Grayscale: #575757. Windows color (decimal): -16350637 or 5472774. OLE color: 5472774.

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

Color convert

RGB613083-
CMYK0.9500.360.49
HSL157.26º91.18%26.67%-
HSV(B)157.26º95.38%50.98%-
XYZ9.6216.6310.89-
YUV87.57125.4269.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 130 (51.17% from 255) = 59.36%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=2.74%
G=59.36%
B=37.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6130830.9500.360.49157.2691.1826.67
Hex682535F024319d5b1b
Octal62021231370446123513333
Binary1101000001010100111011111010010011000110011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068253; }

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

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

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

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

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

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

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

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