Html Css Color HEX #067F41 Salem

📋 copy color: '#067F41'

red 6 ◦ green 127 ◦ blue 65

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

Shades of Salem #067F41

Tints of Salem #067F41

RGB

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

 GREEN value IS 127 (50% from 255) = 64.14%

 BLUE value IS 65 (25.78% from 255) = 32.83%

R = 3.03%
G = 64.14%
B = 32.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#067F41 (or 0x067F41) is known color: Salem. HEX triplet: 06, 7F and 41. RGB value is (6,127,65). Sum of RGB (Red+Green+Blue) = 6+127+65=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 127 (50% from 255 or 64.14% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 127 - color contains mainly: green. Hex color #067F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067F41 is #F980BE. Grayscale: #535353. Windows color (decimal): -16351423 or 4292358. OLE color: 4292358.

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

Color convert

RGB 6 127 65 -
CMYK 0.95 0 0.49 0.50
HSL 149.26º 0.91% 0.26% -
HSV(B) 149.26º 0.95% 0.5% -
XYZ 8.62 15.6 7.56 -
YUV 83.75 117.41 72.54 -
System Red Green Blue C M Y K H S L
Decimal 6 127 65 0.95 0 0.49 0.50 149.26 0.91 0.26
Hex 6 7F 41 5F 0 31 32 95 5B 1A
Octal 6 177 101 137 0 61 62 225 133 32
Binary 110 1111111 1000001 1011111 0 110001 110010 10010101 1011011 11010

Color Harmonies of #067F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067F41

Black with #067F41

Text Example


Text Example

White with #067F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,127,65); }

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

background-color css

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

 a { background-color: rgb(6,127,65); }

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

border-color css

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

 span { border-color: rgb(6,127,65); }

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