Html Css Color HEX #074116 Deep Fir

📋 copy color: '#074116'

red 7 ◦ green 65 ◦ blue 22

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

Shades of Deep Fir #074116

Tints of Deep Fir #074116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 23.4%

R = 7.45%
G = 69.15%
B = 23.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#074116 (or 0x074116) is known color: Deep Fir. HEX triplet: 07, 41 and 16. RGB value is (7,65,22). Sum of RGB (Red+Green+Blue) = 7+65+22=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 65 (25.78% from 255 or 69.15% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 65 - color contains mainly: green. Hex color #074116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074116 is #F8BEE9. Grayscale: #2A2A2A. Windows color (decimal): -16301802 or 1458439. OLE color: 1458439.

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

Color convert

RGB 7 65 22 -
CMYK 0.89 0 0.66 0.75
HSL 135.52º 0.81% 0.14% -
HSV(B) 135.52º 0.89% 0.25% -
XYZ 2.12 3.88 1.4 -
YUV 42.76 116.28 102.5 -
System Red Green Blue C M Y K H S L
Decimal 7 65 22 0.89 0 0.66 0.75 135.52 0.81 0.14
Hex 7 41 16 59 0 42 4B 88 51 E
Octal 7 101 26 131 0 102 113 210 121 16
Binary 111 1000001 10110 1011001 0 1000010 1001011 10001000 1010001 1110

Color Harmonies of #074116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074116

Black with #074116

Text Example


Text Example

White with #074116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074116; }

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

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

background-color css

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

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

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

border-color css

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

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

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