Html Css Color HEX #074212 Deep Fir

📋 copy color: '#074212'

red 7 ◦ green 66 ◦ blue 18

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

Shades of Deep Fir #074212

Tints of Deep Fir #074212

RGB

 RED value IS 7 (3.13% from 255) = 7.69%

 GREEN value IS 66 (26.17% from 255) = 72.53%

 BLUE value IS 18 (7.42% from 255) = 19.78%

R = 7.69%
G = 72.53%
B = 19.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#074212 (or 0x074212) is known color: Deep Fir. HEX triplet: 07, 42 and 12. RGB value is (7,66,18). Sum of RGB (Red+Green+Blue) = 7+66+18=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 66 (26.17% from 255 or 72.53% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 66 - color contains mainly: green. Hex color #074212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074212 is #F8BDED. Grayscale: #2B2B2B. Windows color (decimal): -16301550 or 1196551. OLE color: 1196551.

HSL color Cylindrical-coordinate representation of color #074212: hue angle of 131.19º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074212 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 18 -
CMYK 0.89 0 0.73 0.74
HSL 131.19º 0.81% 0.14% -
HSV(B) 131.19º 0.89% 0.26% -
XYZ 2.15 3.99 1.23 -
YUV 42.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 7 66 18 0.89 0 0.73 0.74 131.19 0.81 0.14
Hex 7 42 12 59 0 49 4A 83 51 E
Octal 7 102 22 131 0 111 112 203 121 16
Binary 111 1000010 10010 1011001 0 1001001 1001010 10000011 1010001 1110

Color Harmonies of #074212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074212

Black with #074212

Text Example


Text Example

White with #074212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074212; }

 p { color: rgb(7,66,18); }

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

background-color css

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

 a { background-color: rgb(7,66,18); }

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

border-color css

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

 span { border-color: rgb(7,66,18); }

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