Html Css Color HEX #074015 Deep Fir

📋 copy color: '#074015'

red 7 ◦ green 64 ◦ blue 21

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

Shades of Deep Fir #074015

Tints of Deep Fir #074015

RGB

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

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

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

R = 7.61%
G = 69.57%
B = 22.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#074015 (or 0x074015) is known color: Deep Fir. HEX triplet: 07, 40 and 15. RGB value is (7,64,21). Sum of RGB (Red+Green+Blue) = 7+64+21=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #074015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074015 is #F8BFEA. Grayscale: #2A2A2A. Windows color (decimal): -16302059 or 1392647. OLE color: 1392647.

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

Color convert

RGB 7 64 21 -
CMYK 0.89 0 0.67 0.75
HSL 134.74º 0.8% 0.14% -
HSV(B) 134.74º 0.89% 0.25% -
XYZ 2.06 3.77 1.33 -
YUV 42.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 7 64 21 0.89 0 0.67 0.75 134.74 0.8 0.14
Hex 7 40 15 59 0 43 4B 87 50 E
Octal 7 100 25 131 0 103 113 207 120 16
Binary 111 1000000 10101 1011001 0 1000011 1001011 10000111 1010000 1110

Color Harmonies of #074015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074015

Black with #074015

Text Example


Text Example

White with #074015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074015; }

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

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

background-color css

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

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

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

border-color css

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

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

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