Html Css Color HEX #074112 Deep Fir

📋 copy color: '#074112'

red 7 ◦ green 65 ◦ blue 18

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

Shades of Deep Fir #074112

Tints of Deep Fir #074112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20%

R = 7.78%
G = 72.22%
B = 20%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#074112 (or 0x074112) is known color: Deep Fir. HEX triplet: 07, 41 and 12. RGB value is (7,65,18). Sum of RGB (Red+Green+Blue) = 7+65+18=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 65 (25.78% from 255 or 72.22% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 65 - color contains mainly: green. Hex color #074112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074112 is #F8BEED. Grayscale: #2A2A2A. Windows color (decimal): -16301806 or 1196295. OLE color: 1196295.

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

Color convert

RGB 7 65 18 -
CMYK 0.89 0 0.72 0.75
HSL 131.38º 0.81% 0.14% -
HSV(B) 131.38º 0.89% 0.25% -
XYZ 2.09 3.87 1.21 -
YUV 42.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 7 65 18 0.89 0 0.72 0.75 131.38 0.81 0.14
Hex 7 41 12 59 0 48 4B 83 51 E
Octal 7 101 22 131 0 110 113 203 121 16
Binary 111 1000001 10010 1011001 0 1001000 1001011 10000011 1010001 1110

Color Harmonies of #074112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074112

Black with #074112

Text Example


Text Example

White with #074112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074112; }

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

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

background-color css

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

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

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

border-color css

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

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

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