Html Css Color HEX #074F16 Deep Fir

📋 copy color: '#074F16'

red 7 ◦ green 79 ◦ blue 22

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

Shades of Deep Fir #074F16

Tints of Deep Fir #074F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 73.15%

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

R = 6.48%
G = 73.15%
B = 20.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#074F16 (or 0x074F16) is known color: Deep Fir. HEX triplet: 07, 4F and 16. RGB value is (7,79,22). Sum of RGB (Red+Green+Blue) = 7+79+22=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 79 (31.25% from 255 or 73.15% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 79 - color contains mainly: green. Hex color #074F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074F16 is #F8B0E9. Grayscale: #333333. Windows color (decimal): -16298218 or 1462023. OLE color: 1462023.

HSL color Cylindrical-coordinate representation of color #074F16: hue angle of 132.5º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074F16 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 79 22 -
CMYK 0.91 0 0.72 0.69
HSL 132.5º 0.84% 0.17% -
HSV(B) 132.5º 0.91% 0.31% -
XYZ 3.03 5.7 1.7 -
YUV 50.97 111.65 96.63 -
System Red Green Blue C M Y K H S L
Decimal 7 79 22 0.91 0 0.72 0.69 132.5 0.84 0.17
Hex 7 4F 16 5B 0 48 45 84 54 11
Octal 7 117 26 133 0 110 105 204 124 21
Binary 111 1001111 10110 1011011 0 1001000 1000101 10000100 1010100 10001

Color Harmonies of #074F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074F16

Black with #074F16

Text Example


Text Example

White with #074F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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