Html Css Color HEX #068640 Salem

📋 copy color: '#068640'

red 6 ◦ green 134 ◦ blue 64

#068640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #068640

Tints of Salem #068640

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 value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#068640 (or 0x068640) is known color: 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

RGB 6 134 64 -
CMYK 0.96 0 0.52 0.47
HSL 147.19º 0.91% 0.27% -
HSV(B) 147.19º 0.96% 0.53% -
XYZ 9.53 17.46 7.72 -
YUV 87.75 114.59 69.69 -
System Red Green Blue C M Y K H S L
Decimal 6 134 64 0.96 0 0.52 0.47 147.19 0.91 0.27
Hex 6 86 40 60 0 34 2F 93 5B 1B
Octal 6 206 100 140 0 64 57 223 133 33
Binary 110 10000110 1000000 1100000 0 110100 101111 10010011 1011011 11011

Color Harmonies of #068640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068640

Black with #068640

Text Example


Text Example

White with #068640

Text Example


Text Example

HTML Codes & Css Web 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>