Html Css Color HEX #074211 Deep Fir

📋 copy color: '#074211'

red 7 ◦ green 66 ◦ blue 17

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

Shades of Deep Fir #074211

Tints of Deep Fir #074211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 18.89%

R = 7.78%
G = 73.33%
B = 18.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#074211 (or 0x074211) is known color: Deep Fir. HEX triplet: 07, 42 and 11. RGB value is (7,66,17). Sum of RGB (Red+Green+Blue) = 7+66+17=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 66 (26.17% from 255 or 73.33% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 66 - color contains mainly: green. Hex color #074211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074211 is #F8BDEE. Grayscale: #2A2A2A. Windows color (decimal): -16301551 or 1131015. OLE color: 1131015.

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

Color convert

RGB 7 66 17 -
CMYK 0.89 0 0.74 0.74
HSL 130.17º 0.81% 0.14% -
HSV(B) 130.17º 0.89% 0.26% -
XYZ 2.14 3.98 1.19 -
YUV 42.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 7 66 17 0.89 0 0.74 0.74 130.17 0.81 0.14
Hex 7 42 11 59 0 4A 4A 82 51 E
Octal 7 102 21 131 0 112 112 202 121 16
Binary 111 1000010 10001 1011001 0 1001010 1001010 10000010 1010001 1110

Color Harmonies of #074211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074211

Black with #074211

Text Example


Text Example

White with #074211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074211; }

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

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

background-color css

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

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

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

border-color css

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

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

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