#068D3E

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

Shades of Salem #068D3E

Tints of Salem #068D3E

Color information

#068D3E (or 0x068D3E) is unknown color: approx Salem. HEX triplet: 06, 8D and 3E. RGB value is (6,141,62). Sum of RGB (Red+Green+Blue) = 6+141+62=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 141 (55.47% from 255 or 67.46% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 141 - color contains mainly: green. Hex color #068D3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068D3E is #F972C1. Grayscale: #5B5B5B. Windows color (decimal): -16347842 or 4099334. OLE color: 4099334.

HSL color Cylindrical-coordinate representation of color #068D3E: hue angle of 144.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D3E is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB614162-
CMYK0.9600.560.45
HSL144.89º91.84%28.82%-
HSV(B)144.89º95.74%55.29%-
XYZ10.4719.447.76-
YUV91.63111.2766.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 141 (55.47% from 255) = 67.46%
BLUE value IS 62 (24.61% from 255) = 29.67%
R=2.87%
G=67.46%
B=29.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6141620.9600.560.45144.8991.8428.82
Hex68D3E600382D915c1d
Octal6215761400705522113435
Binary110100011011111101100000011100010110110010001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068D3E; }

 p { color: rgb(6,141,62); }

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

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

 a { background-color: rgb(6,141,62); }

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

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

 span { border-color: rgb(6,141,62); }

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