#068542

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

Shades of Salem #068542

Tints of Salem #068542

Color information

#068542 (or 0x068542) is unknown color: approx Salem. HEX triplet: 06, 85 and 42. RGB value is (6,133,66). Sum of RGB (Red+Green+Blue) = 6+133+66=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #068542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068542 is #F97ABD. Grayscale: #575757. Windows color (decimal): -16349886 or 4359430. OLE color: 4359430.

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

Color convert

RGB613366-
CMYK0.9500.500.48
HSL148.35º91.37%27.25%-
HSV(B)148.35º95.49%52.16%-
XYZ9.4517.217.98-
YUV87.39115.9269.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=2.93%
G=64.88%
B=32.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6133660.9500.500.48148.3591.3727.25
Hex685425F03230945b1b
Octal62051021370626022413333
Binary1101000010110000101011111011001011000010010100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068542; }

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

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

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

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

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

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

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

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