Html Css Color HEX #074410 Deep Fir

📋 copy color: '#074410'

red 7 ◦ green 68 ◦ blue 16

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

Shades of Deep Fir #074410

Tints of Deep Fir #074410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 74.73%

 BLUE value IS 16 (6.64% from 255) = 17.58%

R = 7.69%
G = 74.73%
B = 17.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#074410 (or 0x074410) is known color: Deep Fir. HEX triplet: 07, 44 and 10. RGB value is (7,68,16). Sum of RGB (Red+Green+Blue) = 7+68+16=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 68 (26.95% from 255 or 74.73% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 68 - color contains mainly: green. Hex color #074410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074410 is #F8BBEF. Grayscale: #2B2B2B. Windows color (decimal): -16301040 or 1065991. OLE color: 1065991.

HSL color Cylindrical-coordinate representation of color #074410: hue angle of 128.85º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074410 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 16 -
CMYK 0.90 0 0.76 0.73
HSL 128.85º 0.81% 0.15% -
HSV(B) 128.85º 0.9% 0.27% -
XYZ 2.25 4.22 1.19 -
YUV 43.83 112.29 101.73 -
System Red Green Blue C M Y K H S L
Decimal 7 68 16 0.90 0 0.76 0.73 128.85 0.81 0.15
Hex 7 44 10 5A 0 4C 49 81 51 F
Octal 7 104 20 132 0 114 111 201 121 17
Binary 111 1000100 10000 1011010 0 1001100 1001001 10000001 1010001 1111

Color Harmonies of #074410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074410

Black with #074410

Text Example


Text Example

White with #074410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074410; }

 p { color: rgb(7,68,16); }

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

background-color css

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

 a { background-color: rgb(7,68,16); }

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

border-color css

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

 span { border-color: rgb(7,68,16); }

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