Html Css Color HEX #074215 Deep Fir

📋 copy color: '#074215'

red 7 ◦ green 66 ◦ blue 21

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

Shades of Deep Fir #074215

Tints of Deep Fir #074215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.34%

R = 7.45%
G = 70.21%
B = 22.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#074215 (or 0x074215) is known color: Deep Fir. HEX triplet: 07, 42 and 15. RGB value is (7,66,21). Sum of RGB (Red+Green+Blue) = 7+66+21=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #074215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074215 is #F8BDEA. Grayscale: #2B2B2B. Windows color (decimal): -16301547 or 1393159. OLE color: 1393159.

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

Color convert

RGB 7 66 21 -
CMYK 0.89 0 0.68 0.74
HSL 134.24º 0.81% 0.14% -
HSV(B) 134.24º 0.89% 0.26% -
XYZ 2.17 4 1.37 -
YUV 43.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 7 66 21 0.89 0 0.68 0.74 134.24 0.81 0.14
Hex 7 42 15 59 0 44 4A 86 51 E
Octal 7 102 25 131 0 104 112 206 121 16
Binary 111 1000010 10101 1011001 0 1000100 1001010 10000110 1010001 1110

Color Harmonies of #074215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074215

Black with #074215

Text Example


Text Example

White with #074215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074215; }

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

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

background-color css

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

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

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

border-color css

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

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

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