Html Css Color HEX #067C48 Salem

📋 copy color: '#067C48'

red 6 ◦ green 124 ◦ blue 72

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

Shades of Salem #067C48

Tints of Salem #067C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.64%

R = 2.97%
G = 61.39%
B = 35.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#067C48 (or 0x067C48) is known color: Salem. HEX triplet: 06, 7C and 48. RGB value is (6,124,72). Sum of RGB (Red+Green+Blue) = 6+124+72=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #067C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067C48 is #F983B7. Grayscale: #525252. Windows color (decimal): -16352184 or 4750342. OLE color: 4750342.

HSL color Cylindrical-coordinate representation of color #067C48: hue angle of 153.56º 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 #067C48 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 124 72 -
CMYK 0.95 0 0.42 0.51
HSL 153.56º 0.91% 0.25% -
HSV(B) 153.56º 0.95% 0.49% -
XYZ 8.45 14.92 8.57 -
YUV 82.79 121.91 73.23 -
System Red Green Blue C M Y K H S L
Decimal 6 124 72 0.95 0 0.42 0.51 153.56 0.91 0.25
Hex 6 7C 48 5F 0 2A 33 9A 5B 19
Octal 6 174 110 137 0 52 63 232 133 31
Binary 110 1111100 1001000 1011111 0 101010 110011 10011010 1011011 11001

Color Harmonies of #067C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C48

Black with #067C48

Text Example


Text Example

White with #067C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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