Html Css Color HEX #067C4A Salem

📋 copy color: '#067C4A'

red 6 ◦ green 124 ◦ blue 74

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

Shades of Salem #067C4A

Tints of Salem #067C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.27%

R = 2.94%
G = 60.78%
B = 36.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#067C4A (or 0x067C4A) is known color: Salem. HEX triplet: 06, 7C and 4A. RGB value is (6,124,74). Sum of RGB (Red+Green+Blue) = 6+124+74=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #067C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067C4A is #F983B5. Grayscale: #535353. Windows color (decimal): -16352182 or 4881414. OLE color: 4881414.

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

Color convert

RGB 6 124 74 -
CMYK 0.95 0 0.40 0.51
HSL 154.58º 0.91% 0.25% -
HSV(B) 154.58º 0.95% 0.49% -
XYZ 8.52 14.95 8.91 -
YUV 83.02 122.91 73.07 -
System Red Green Blue C M Y K H S L
Decimal 6 124 74 0.95 0 0.40 0.51 154.58 0.91 0.25
Hex 6 7C 4A 5F 0 28 33 9B 5B 19
Octal 6 174 112 137 0 50 63 233 133 31
Binary 110 1111100 1001010 1011111 0 101000 110011 10011011 1011011 11001

Color Harmonies of #067C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067C4A

Black with #067C4A

Text Example


Text Example

White with #067C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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