#068044

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

Shades of Salem #068044

Tints of Salem #068044

Color information

#068044 (or 0x068044) is unknown color: approx Salem. HEX triplet: 06, 80 and 44. RGB value is (6,128,68). Sum of RGB (Red+Green+Blue) = 6+128+68=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #068044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068044 is #F97FBB. Grayscale: #545454. Windows color (decimal): -16351164 or 4489222. OLE color: 4489222.

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

Color convert

RGB612868-
CMYK0.9500.470.50
HSL150.49º91.04%26.27%-
HSV(B)150.49º95.31%50.2%-
XYZ8.8415.898.07-
YUV84.68118.5871.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 128 (50.39% from 255) = 63.37%
BLUE value IS 68 (26.95% from 255) = 33.66%
R=2.97%
G=63.37%
B=33.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6128680.9500.470.50150.4991.0426.27
Hex680445F02F32965b1a
Octal62001041370576222613332
Binary1101000000010001001011111010111111001010010110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068044; }

 p { color: rgb(6,128,68); }

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

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

 a { background-color: rgb(6,128,68); }

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

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

 span { border-color: rgb(6,128,68); }

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