#068941

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

Shades of Salem #068941

Tints of Salem #068941

Color information

#068941 (or 0x068941) is unknown color: approx Salem. HEX triplet: 06, 89 and 41. RGB value is (6,137,65). Sum of RGB (Red+Green+Blue) = 6+137+65=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 137 (53.91% from 255 or 65.87% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 137 - color contains mainly: green. Hex color #068941 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068941 is #F976BE. Grayscale: #595959. Windows color (decimal): -16348863 or 4294918. OLE color: 4294918.

HSL color Cylindrical-coordinate representation of color #068941: hue angle of 147.02º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068941 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB613765-
CMYK0.9600.530.46
HSL147.02º91.61%28.04%-
HSV(B)147.02º95.62%53.73%-
XYZ9.9718.318.01-
YUV89.62114.168.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 137 (53.91% from 255) = 65.87%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=2.88%
G=65.87%
B=31.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6137650.9600.530.46147.0291.6128.04
Hex68941600352E935c1c
Octal62111011400655622313434
Binary1101000100110000011100000011010110111010010011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068941; }

 p { color: rgb(6,137,65); }

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

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

 a { background-color: rgb(6,137,65); }

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

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

 span { border-color: rgb(6,137,65); }

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