Html Css Color HEX #074314 Deep Fir

📋 copy color: '#074314'

red 7 ◦ green 67 ◦ blue 20

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

Shades of Deep Fir #074314

Tints of Deep Fir #074314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 71.28%

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

R = 7.45%
G = 71.28%
B = 21.28%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#074314 (or 0x074314) is known color: Deep Fir. HEX triplet: 07, 43 and 14. RGB value is (7,67,20). Sum of RGB (Red+Green+Blue) = 7+67+20=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 67 (26.56% from 255 or 71.28% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 67 - color contains mainly: green. Hex color #074314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074314 is #F8BCEB. Grayscale: #2B2B2B. Windows color (decimal): -16301292 or 1327879. OLE color: 1327879.

HSL color Cylindrical-coordinate representation of color #074314: hue angle of 133º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074314 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 67 20 -
CMYK 0.90 0 0.70 0.74
HSL 133º 0.81% 0.15% -
HSV(B) 133º 0.9% 0.26% -
XYZ 2.22 4.11 1.34 -
YUV 43.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 7 67 20 0.90 0 0.70 0.74 133 0.81 0.15
Hex 7 43 14 5A 0 46 4A 85 51 F
Octal 7 103 24 132 0 106 112 205 121 17
Binary 111 1000011 10100 1011010 0 1000110 1001010 10000101 1010001 1111

Color Harmonies of #074314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074314

Black with #074314

Text Example


Text Example

White with #074314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074314; }

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

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

background-color css

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

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

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

border-color css

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

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

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