#068640

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

Shades of Salem #068640

Tints of Salem #068640

Color information

#068640 (or 0x068640) is unknown color: approx Salem. HEX triplet: 06, 86 and 40. RGB value is (6,134,64). Sum of RGB (Red+Green+Blue) = 6+134+64=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 134 (52.73% from 255 or 65.69% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 134 - color contains mainly: green. Hex color #068640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068640 is #F979BF. Grayscale: #575757. Windows color (decimal): -16349632 or 4228614. OLE color: 4228614.

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

Color convert

RGB613464-
CMYK0.9600.520.47
HSL147.19º91.43%27.45%-
HSV(B)147.19º95.52%52.55%-
XYZ9.5317.467.72-
YUV87.75114.5969.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 134 (52.73% from 255) = 65.69%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=2.94%
G=65.69%
B=31.37%

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
Decimal6134640.9600.520.47147.1991.4327.45
Hex68640600342F935b1b
Octal62061001400645722313333
Binary1101000011010000001100000011010010111110010011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068640; }

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

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

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

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

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

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

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

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