#068340

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

Shades of Salem #068340

Tints of Salem #068340

Color information

#068340 (or 0x068340) is unknown color: approx Salem. HEX triplet: 06, 83 and 40. RGB value is (6,131,64). Sum of RGB (Red+Green+Blue) = 6+131+64=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 131 (51.56% from 255 or 65.17% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 131 - color contains mainly: green. Hex color #068340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068340 is #F97CBF. Grayscale: #565656. Windows color (decimal): -16350400 or 4227846. OLE color: 4227846.

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

Color convert

RGB613164-
CMYK0.9500.510.49
HSL147.84º91.24%26.86%-
HSV(B)147.84º95.42%51.37%-
XYZ9.1216.647.58-
YUV85.99115.5970.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 131 (51.56% from 255) = 65.17%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=2.99%
G=65.17%
B=31.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6131640.9500.510.49147.8491.2426.86
Hex683405F03331945b1b
Octal62031001370636122413333
Binary1101000001110000001011111011001111000110010100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068340; }

 p { color: rgb(6,131,64); }

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

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

 a { background-color: rgb(6,131,64); }

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

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

 span { border-color: rgb(6,131,64); }

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