Html Css Color HEX #067A49 Salem

📋 copy color: '#067A49'

red 6 ◦ green 122 ◦ blue 73

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

Shades of Salem #067A49

Tints of Salem #067A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 60.7%

 BLUE value IS 73 (28.91% from 255) = 36.32%

R = 2.99%
G = 60.7%
B = 36.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#067A49 (or 0x067A49) is known color: Salem. HEX triplet: 06, 7A and 49. RGB value is (6,122,73). Sum of RGB (Red+Green+Blue) = 6+122+73=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #067A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067A49 is #F985B6. Grayscale: #515151. Windows color (decimal): -16352695 or 4815366. OLE color: 4815366.

HSL color Cylindrical-coordinate representation of color #067A49: hue angle of 154.66º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067A49 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 6 122 73 -
CMYK 0.95 0 0.40 0.52
HSL 154.66º 0.91% 0.25% -
HSV(B) 154.66º 0.95% 0.48% -
XYZ 8.24 14.44 8.66 -
YUV 81.73 123.07 73.98 -
System Red Green Blue C M Y K H S L
Decimal 6 122 73 0.95 0 0.40 0.52 154.66 0.91 0.25
Hex 6 7A 49 5F 0 28 34 9B 5B 19
Octal 6 172 111 137 0 50 64 233 133 31
Binary 110 1111010 1001001 1011111 0 101000 110100 10011011 1011011 11001

Color Harmonies of #067A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067A49

Black with #067A49

Text Example


Text Example

White with #067A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067A49; }

 p { color: rgb(6,122,73); }

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

background-color css

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

 a { background-color: rgb(6,122,73); }

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

border-color css

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

 span { border-color: rgb(6,122,73); }

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