Html Css Color HEX #074915 Deep Fir

📋 copy color: '#074915'

red 7 ◦ green 73 ◦ blue 21

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

Shades of Deep Fir #074915

Tints of Deep Fir #074915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 72.28%

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

R = 6.93%
G = 72.28%
B = 20.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#074915 (or 0x074915) is known color: Deep Fir. HEX triplet: 07, 49 and 15. RGB value is (7,73,21). Sum of RGB (Red+Green+Blue) = 7+73+21=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #074915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074915 is #F8B6EA. Grayscale: #2F2F2F. Windows color (decimal): -16299755 or 1394951. OLE color: 1394951.

HSL color Cylindrical-coordinate representation of color #074915: hue angle of 132.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074915 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 21 -
CMYK 0.90 0 0.71 0.71
HSL 132.73º 0.83% 0.16% -
HSV(B) 132.73º 0.9% 0.29% -
XYZ 2.61 4.86 1.51 -
YUV 47.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 7 73 21 0.90 0 0.71 0.71 132.73 0.83 0.16
Hex 7 49 15 5A 0 47 47 85 52 10
Octal 7 111 25 132 0 107 107 205 122 20
Binary 111 1001001 10101 1011010 0 1000111 1000111 10000101 1010010 10000

Color Harmonies of #074915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074915

Black with #074915

Text Example


Text Example

White with #074915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074915; }

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

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

background-color css

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

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

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

border-color css

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

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

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