Html Css Color HEX #068940 Salem

📋 copy color: '#068940'

red 6 ◦ green 137 ◦ blue 64

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

Shades of Salem #068940

Tints of Salem #068940

RGB

 RED value IS 6 (2.73% from 255) = 2.9%

 GREEN value IS 137 (53.91% from 255) = 66.18%

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 2.9%
G = 66.18%
B = 30.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#068940 (or 0x068940) is known color: Salem. HEX triplet: 06, 89 and 40. RGB value is (6,137,64). Sum of RGB (Red+Green+Blue) = 6+137+64=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 137 (53.91% from 255 or 66.18% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 137 - color contains mainly: green. Hex color #068940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068940 is #F976BF. Grayscale: #595959. Windows color (decimal): -16348864 or 4229382. OLE color: 4229382.

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

Color convert

RGB 6 137 64 -
CMYK 0.96 0 0.53 0.46
HSL 146.56º 0.92% 0.28% -
HSV(B) 146.56º 0.96% 0.54% -
XYZ 9.95 18.3 7.86 -
YUV 89.51 113.6 68.44 -
System Red Green Blue C M Y K H S L
Decimal 6 137 64 0.96 0 0.53 0.46 146.56 0.92 0.28
Hex 6 89 40 60 0 35 2E 93 5C 1C
Octal 6 211 100 140 0 65 56 223 134 34
Binary 110 10001001 1000000 1100000 0 110101 101110 10010011 1011100 11100

Color Harmonies of #068940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068940

Black with #068940

Text Example


Text Example

White with #068940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068940; }

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

 H1.HeaderClassName
 {
   color: #068940;
 }
 .AnyTagClassName
 {
   color: #068940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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