Html Css Color HEX #074012 Deep Fir

📋 copy color: '#074012'

red 7 ◦ green 64 ◦ blue 18

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

Shades of Deep Fir #074012

Tints of Deep Fir #074012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 71.91%

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

R = 7.87%
G = 71.91%
B = 20.22%

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

#074012 (or 0x074012) is known color: Deep Fir. HEX triplet: 07, 40 and 12. RGB value is (7,64,18). Sum of RGB (Red+Green+Blue) = 7+64+18=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #074012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074012 is #F8BFED. Grayscale: #292929. Windows color (decimal): -16302062 or 1196039. OLE color: 1196039.

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

Color convert

RGB 7 64 18 -
CMYK 0.89 0 0.72 0.75
HSL 131.58º 0.8% 0.14% -
HSV(B) 131.58º 0.89% 0.25% -
XYZ 2.03 3.76 1.19 -
YUV 41.71 114.62 103.24 -
System Red Green Blue C M Y K H S L
Decimal 7 64 18 0.89 0 0.72 0.75 131.58 0.8 0.14
Hex 7 40 12 59 0 48 4B 84 50 E
Octal 7 100 22 131 0 110 113 204 120 16
Binary 111 1000000 10010 1011001 0 1001000 1001011 10000100 1010000 1110

Color Harmonies of #074012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074012

Black with #074012

Text Example


Text Example

White with #074012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074012; }

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

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

background-color css

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

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

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

border-color css

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

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

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