#068242

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

Shades of Salem #068242

Tints of Salem #068242

Color information

#068242 (or 0x068242) is unknown color: approx Salem. HEX triplet: 06, 82 and 42. RGB value is (6,130,66). Sum of RGB (Red+Green+Blue) = 6+130+66=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #068242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068242 is #F97DBD. Grayscale: #555555. Windows color (decimal): -16350654 or 4358662. OLE color: 4358662.

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

Color convert

RGB613066-
CMYK0.9500.490.49
HSL149.03º91.18%26.67%-
HSV(B)149.03º95.38%50.98%-
XYZ9.0416.47.84-
YUV85.63116.9271.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 130 (51.17% from 255) = 64.36%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=2.97%
G=64.36%
B=32.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6130660.9500.490.49149.0391.1826.67
Hex682425F03131955b1b
Octal62021021370616122513333
Binary1101000001010000101011111011000111000110010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068242; }

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

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

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

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

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

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

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

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