Html Css Color HEX #067946 Salem

📋 copy color: '#067946'

red 6 ◦ green 121 ◦ blue 70

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

Shades of Salem #067946

Tints of Salem #067946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 61.42%

 BLUE value IS 70 (27.73% from 255) = 35.53%

R = 3.05%
G = 61.42%
B = 35.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#067946 (or 0x067946) is known color: Salem. HEX triplet: 06, 79 and 46. RGB value is (6,121,70). Sum of RGB (Red+Green+Blue) = 6+121+70=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #067946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067946 is #F986B9. Grayscale: #505050. Windows color (decimal): -16352954 or 4618502. OLE color: 4618502.

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

Color convert

RGB 6 121 70 -
CMYK 0.95 0 0.42 0.53
HSL 153.39º 0.91% 0.25% -
HSV(B) 153.39º 0.95% 0.47% -
XYZ 8.02 14.16 8.1 -
YUV 80.8 121.9 74.65 -
System Red Green Blue C M Y K H S L
Decimal 6 121 70 0.95 0 0.42 0.53 153.39 0.91 0.25
Hex 6 79 46 5F 0 2A 35 99 5B 19
Octal 6 171 106 137 0 52 65 231 133 31
Binary 110 1111001 1000110 1011111 0 101010 110101 10011001 1011011 11001

Color Harmonies of #067946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067946

Black with #067946

Text Example


Text Example

White with #067946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067946; }

 p { color: rgb(6,121,70); }

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

background-color css

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

 a { background-color: rgb(6,121,70); }

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

border-color css

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

 span { border-color: rgb(6,121,70); }

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