Html Css Color HEX #074016 Deep Fir

📋 copy color: '#074016'

red 7 ◦ green 64 ◦ blue 22

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

Shades of Deep Fir #074016

Tints of Deep Fir #074016

RGB

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

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

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

R = 7.53%
G = 68.82%
B = 23.66%

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

#074016 (or 0x074016) is known color: Deep Fir. HEX triplet: 07, 40 and 16. RGB value is (7,64,22). Sum of RGB (Red+Green+Blue) = 7+64+22=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #074016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074016 is #F8BFE9. Grayscale: #2A2A2A. Windows color (decimal): -16302058 or 1458183. OLE color: 1458183.

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

Color convert

RGB 7 64 22 -
CMYK 0.89 0 0.66 0.75
HSL 135.79º 0.8% 0.14% -
HSV(B) 135.79º 0.89% 0.25% -
XYZ 2.07 3.77 1.38 -
YUV 42.17 116.62 102.92 -
System Red Green Blue C M Y K H S L
Decimal 7 64 22 0.89 0 0.66 0.75 135.79 0.8 0.14
Hex 7 40 16 59 0 42 4B 88 50 E
Octal 7 100 26 131 0 102 113 210 120 16
Binary 111 1000000 10110 1011001 0 1000010 1001011 10001000 1010000 1110

Color Harmonies of #074016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074016

Black with #074016

Text Example


Text Example

White with #074016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074016; }

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

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

background-color css

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

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

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

border-color css

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

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

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