Html Css Color HEX #074115 Deep Fir

📋 copy color: '#074115'

red 7 ◦ green 65 ◦ blue 21

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

Shades of Deep Fir #074115

Tints of Deep Fir #074115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 69.89%

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

R = 7.53%
G = 69.89%
B = 22.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#074115 (or 0x074115) is known color: Deep Fir. HEX triplet: 07, 41 and 15. RGB value is (7,65,21). Sum of RGB (Red+Green+Blue) = 7+65+21=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #074115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074115 is #F8BEEA. Grayscale: #2A2A2A. Windows color (decimal): -16301803 or 1392903. OLE color: 1392903.

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

Color convert

RGB 7 65 21 -
CMYK 0.89 0 0.68 0.75
HSL 134.48º 0.81% 0.14% -
HSV(B) 134.48º 0.89% 0.25% -
XYZ 2.11 3.88 1.35 -
YUV 42.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 7 65 21 0.89 0 0.68 0.75 134.48 0.81 0.14
Hex 7 41 15 59 0 44 4B 86 51 E
Octal 7 101 25 131 0 104 113 206 121 16
Binary 111 1000001 10101 1011001 0 1000100 1001011 10000110 1010001 1110

Color Harmonies of #074115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074115

Black with #074115

Text Example


Text Example

White with #074115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074115; }

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

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

background-color css

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

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

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

border-color css

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

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

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