#068841

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

Shades of Salem #068841

Tints of Salem #068841

Color information

#068841 (or 0x068841) is unknown color: approx Salem. HEX triplet: 06, 88 and 41. RGB value is (6,136,65). Sum of RGB (Red+Green+Blue) = 6+136+65=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 136 (53.52% from 255 or 65.70% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 136 - color contains mainly: green. Hex color #068841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068841 is #F977BE. Grayscale: #595959. Windows color (decimal): -16349119 or 4294662. OLE color: 4294662.

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

Color convert

RGB613665-
CMYK0.9600.520.47
HSL147.23º91.55%27.84%-
HSV(B)147.23º95.59%53.33%-
XYZ9.8318.037.96-
YUV89.04114.4368.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 136 (53.52% from 255) = 65.70%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=2.90%
G=65.70%
B=31.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6136650.9600.520.47147.2391.5527.84
Hex68841600342F935c1c
Octal62101011400645722313434
Binary1101000100010000011100000011010010111110010011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068841; }

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

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

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

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

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

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

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

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