Html Css Color HEX #067C49 Salem

📋 copy color: '#067C49'

red 6 ◦ green 124 ◦ blue 73

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

Shades of Salem #067C49

Tints of Salem #067C49

RGB

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

 GREEN value IS 124 (48.83% from 255) = 61.08%

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

R = 2.96%
G = 61.08%
B = 35.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#067C49 (or 0x067C49) is known color: Salem. HEX triplet: 06, 7C and 49. RGB value is (6,124,73). Sum of RGB (Red+Green+Blue) = 6+124+73=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #067C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067C49 is #F983B6. Grayscale: #525252. Windows color (decimal): -16352183 or 4815878. OLE color: 4815878.

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

Color convert

RGB 6 124 73 -
CMYK 0.95 0 0.41 0.51
HSL 154.07º 0.91% 0.25% -
HSV(B) 154.07º 0.95% 0.49% -
XYZ 8.49 14.94 8.74 -
YUV 82.9 122.41 73.15 -
System Red Green Blue C M Y K H S L
Decimal 6 124 73 0.95 0 0.41 0.51 154.07 0.91 0.25
Hex 6 7C 49 5F 0 29 33 9A 5B 19
Octal 6 174 111 137 0 51 63 232 133 31
Binary 110 1111100 1001001 1011111 0 101001 110011 10011010 1011011 11001

Color Harmonies of #067C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C49

Black with #067C49

Text Example


Text Example

White with #067C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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