Html Css Color HEX #074F15 Deep Fir

📋 copy color: '#074F15'

red 7 ◦ green 79 ◦ blue 21

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

Shades of Deep Fir #074F15

Tints of Deep Fir #074F15

RGB

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

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

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

R = 6.54%
G = 73.83%
B = 19.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.69

RGB Variations

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

Color information

#074F15 (or 0x074F15) is known color: Deep Fir. HEX triplet: 07, 4F and 15. RGB value is (7,79,21). Sum of RGB (Red+Green+Blue) = 7+79+21=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 79 (31.25% from 255 or 73.83% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 79 - color contains mainly: green. Hex color #074F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074F15 is #F8B0EA. Grayscale: #333333. Windows color (decimal): -16298219 or 1396487. OLE color: 1396487.

HSL color Cylindrical-coordinate representation of color #074F15: hue angle of 131.67º 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 #074F15 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 79 21 -
CMYK 0.91 0 0.73 0.69
HSL 131.67º 0.84% 0.17% -
HSV(B) 131.67º 0.91% 0.31% -
XYZ 3.02 5.69 1.65 -
YUV 50.86 111.15 96.72 -
System Red Green Blue C M Y K H S L
Decimal 7 79 21 0.91 0 0.73 0.69 131.67 0.84 0.17
Hex 7 4F 15 5B 0 49 45 84 54 11
Octal 7 117 25 133 0 111 105 204 124 21
Binary 111 1001111 10101 1011011 0 1001001 1000101 10000100 1010100 10001

Color Harmonies of #074F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074F15

Black with #074F15

Text Example


Text Example

White with #074F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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