Html Css Color HEX #074816 Deep Fir

📋 copy color: '#074816'

red 7 ◦ green 72 ◦ blue 22

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

Shades of Deep Fir #074816

Tints of Deep Fir #074816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 71.29%

 BLUE value IS 22 (8.98% from 255) = 21.78%

R = 6.93%
G = 71.29%
B = 21.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#074816 (or 0x074816) is known color: Deep Fir. HEX triplet: 07, 48 and 16. RGB value is (7,72,22). Sum of RGB (Red+Green+Blue) = 7+72+22=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 72 (28.52% from 255 or 71.29% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 72 - color contains mainly: green. Hex color #074816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074816 is #F8B7E9. Grayscale: #2F2F2F. Windows color (decimal): -16300010 or 1460231. OLE color: 1460231.

HSL color Cylindrical-coordinate representation of color #074816: hue angle of 133.85º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074816 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 72 22 -
CMYK 0.90 0 0.69 0.72
HSL 133.85º 0.82% 0.15% -
HSV(B) 133.85º 0.9% 0.28% -
XYZ 2.55 4.74 1.54 -
YUV 46.87 113.97 99.57 -
System Red Green Blue C M Y K H S L
Decimal 7 72 22 0.90 0 0.69 0.72 133.85 0.82 0.15
Hex 7 48 16 5A 0 45 48 86 52 F
Octal 7 110 26 132 0 105 110 206 122 17
Binary 111 1001000 10110 1011010 0 1000101 1001000 10000110 1010010 1111

Color Harmonies of #074816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074816

Black with #074816

Text Example


Text Example

White with #074816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074816; }

 p { color: rgb(7,72,22); }

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

background-color css

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

 a { background-color: rgb(7,72,22); }

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

border-color css

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

 span { border-color: rgb(7,72,22); }

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