Html Css Color HEX #074214 Deep Fir

📋 copy color: '#074214'

red 7 ◦ green 66 ◦ blue 20

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

Shades of Deep Fir #074214

Tints of Deep Fir #074214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.51%

R = 7.53%
G = 70.97%
B = 21.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#074214 (or 0x074214) is known color: Deep Fir. HEX triplet: 07, 42 and 14. RGB value is (7,66,20). Sum of RGB (Red+Green+Blue) = 7+66+20=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 66 (26.17% from 255 or 70.97% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 66 - color contains mainly: green. Hex color #074214 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074214 is #F8BDEB. Grayscale: #2B2B2B. Windows color (decimal): -16301548 or 1327623. OLE color: 1327623.

HSL color Cylindrical-coordinate representation of color #074214: hue angle of 133.22º 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 #074214 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 20 -
CMYK 0.89 0 0.70 0.74
HSL 133.22º 0.81% 0.14% -
HSV(B) 133.22º 0.89% 0.26% -
XYZ 2.16 3.99 1.32 -
YUV 43.12 114.95 102.24 -
System Red Green Blue C M Y K H S L
Decimal 7 66 20 0.89 0 0.70 0.74 133.22 0.81 0.14
Hex 7 42 14 59 0 46 4A 85 51 E
Octal 7 102 24 131 0 106 112 205 121 16
Binary 111 1000010 10100 1011001 0 1000110 1001010 10000101 1010001 1110

Color Harmonies of #074214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074214

Black with #074214

Text Example


Text Example

White with #074214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074214; }

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

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

background-color css

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

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

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

border-color css

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

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

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