Html Css Color HEX #074210 Deep Fir

📋 copy color: '#074210'

red 7 ◦ green 66 ◦ blue 16

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

Shades of Deep Fir #074210

Tints of Deep Fir #074210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 74.16%

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

R = 7.87%
G = 74.16%
B = 17.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#074210 (or 0x074210) is known color: Deep Fir. HEX triplet: 07, 42 and 10. RGB value is (7,66,16). Sum of RGB (Red+Green+Blue) = 7+66+16=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #074210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074210 is #F8BDEF. Grayscale: #2A2A2A. Windows color (decimal): -16301552 or 1065479. OLE color: 1065479.

HSL color Cylindrical-coordinate representation of color #074210: hue angle of 129.15º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074210 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 16 -
CMYK 0.89 0 0.76 0.74
HSL 129.15º 0.81% 0.14% -
HSV(B) 129.15º 0.89% 0.26% -
XYZ 2.13 3.98 1.15 -
YUV 42.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 7 66 16 0.89 0 0.76 0.74 129.15 0.81 0.14
Hex 7 42 10 59 0 4C 4A 81 51 E
Octal 7 102 20 131 0 114 112 201 121 16
Binary 111 1000010 10000 1011001 0 1001100 1001010 10000001 1010001 1110

Color Harmonies of #074210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074210

Black with #074210

Text Example


Text Example

White with #074210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074210; }

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

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

background-color css

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

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

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

border-color css

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

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

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