Html Css Color HEX #074516 Deep Fir

📋 copy color: '#074516'

red 7 ◦ green 69 ◦ blue 22

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

Shades of Deep Fir #074516

Tints of Deep Fir #074516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 70.41%

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

R = 7.14%
G = 70.41%
B = 22.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#074516 (or 0x074516) is known color: Deep Fir. HEX triplet: 07, 45 and 16. RGB value is (7,69,22). Sum of RGB (Red+Green+Blue) = 7+69+22=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 69 (27.34% from 255 or 70.41% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 69 - color contains mainly: green. Hex color #074516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074516 is #F8BAE9. Grayscale: #2D2D2D. Windows color (decimal): -16300778 or 1459463. OLE color: 1459463.

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

Color convert

RGB 7 69 22 -
CMYK 0.90 0 0.68 0.73
HSL 134.52º 0.82% 0.15% -
HSV(B) 134.52º 0.9% 0.27% -
XYZ 2.36 4.36 1.48 -
YUV 45.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 7 69 22 0.90 0 0.68 0.73 134.52 0.82 0.15
Hex 7 45 16 5A 0 44 49 87 52 F
Octal 7 105 26 132 0 104 111 207 122 17
Binary 111 1000101 10110 1011010 0 1000100 1001001 10000111 1010010 1111

Color Harmonies of #074516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074516

Black with #074516

Text Example


Text Example

White with #074516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074516; }

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

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

background-color css

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

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

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

border-color css

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

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

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