Html Css Color HEX #074111 Deep Fir

📋 copy color: '#074111'

red 7 ◦ green 65 ◦ blue 17

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

Shades of Deep Fir #074111

Tints of Deep Fir #074111

RGB

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

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

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

R = 7.87%
G = 73.03%
B = 19.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#074111 (or 0x074111) is known color: Deep Fir. HEX triplet: 07, 41 and 11. RGB value is (7,65,17). Sum of RGB (Red+Green+Blue) = 7+65+17=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #074111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074111 is #F8BEEE. Grayscale: #2A2A2A. Windows color (decimal): -16301807 or 1130759. OLE color: 1130759.

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

Color convert

RGB 7 65 17 -
CMYK 0.89 0 0.74 0.75
HSL 130.34º 0.81% 0.14% -
HSV(B) 130.34º 0.89% 0.25% -
XYZ 2.08 3.87 1.17 -
YUV 42.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 7 65 17 0.89 0 0.74 0.75 130.34 0.81 0.14
Hex 7 41 11 59 0 4A 4B 82 51 E
Octal 7 101 21 131 0 112 113 202 121 16
Binary 111 1000001 10001 1011001 0 1001010 1001011 10000010 1010001 1110

Color Harmonies of #074111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074111

Black with #074111

Text Example


Text Example

White with #074111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074111; }

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

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

background-color css

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

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

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

border-color css

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

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

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