Html Css Color HEX #074114 Deep Fir

📋 copy color: '#074114'

red 7 ◦ green 65 ◦ blue 20

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

Shades of Deep Fir #074114

Tints of Deep Fir #074114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 70.65%

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

R = 7.61%
G = 70.65%
B = 21.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#074114 (or 0x074114) is known color: Deep Fir. HEX triplet: 07, 41 and 14. RGB value is (7,65,20). Sum of RGB (Red+Green+Blue) = 7+65+20=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #074114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074114 is #F8BEEB. Grayscale: #2A2A2A. Windows color (decimal): -16301804 or 1327367. OLE color: 1327367.

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

Color convert

RGB 7 65 20 -
CMYK 0.89 0 0.69 0.75
HSL 133.45º 0.81% 0.14% -
HSV(B) 133.45º 0.89% 0.25% -
XYZ 2.1 3.88 1.3 -
YUV 42.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 7 65 20 0.89 0 0.69 0.75 133.45 0.81 0.14
Hex 7 41 14 59 0 45 4B 85 51 E
Octal 7 101 24 131 0 105 113 205 121 16
Binary 111 1000001 10100 1011001 0 1000101 1001011 10000101 1010001 1110

Color Harmonies of #074114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074114

Black with #074114

Text Example


Text Example

White with #074114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074114; }

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

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

background-color css

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

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

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

border-color css

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

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

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