Html Css Color HEX #074A19 Deep Fir

📋 copy color: '#074A19'

red 7 ◦ green 74 ◦ blue 25

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

Shades of Deep Fir #074A19

Tints of Deep Fir #074A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 69.81%

 BLUE value IS 25 (10.16% from 255) = 23.58%

R = 6.6%
G = 69.81%
B = 23.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#074A19 (or 0x074A19) is known color: Deep Fir. HEX triplet: 07, 4A and 19. RGB value is (7,74,25). Sum of RGB (Red+Green+Blue) = 7+74+25=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 74 (29.30% from 255 or 69.81% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 74 - color contains mainly: green. Hex color #074A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A19 is #F8B5E6. Grayscale: #303030. Windows color (decimal): -16299495 or 1657351. OLE color: 1657351.

HSL color Cylindrical-coordinate representation of color #074A19: hue angle of 136.12º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A19 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 74 25 -
CMYK 0.91 0 0.66 0.71
HSL 136.12º 0.83% 0.16% -
HSV(B) 136.12º 0.91% 0.29% -
XYZ 2.71 5.01 1.74 -
YUV 48.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 7 74 25 0.91 0 0.66 0.71 136.12 0.83 0.16
Hex 7 4A 19 5B 0 42 47 88 53 10
Octal 7 112 31 133 0 102 107 210 123 20
Binary 111 1001010 11001 1011011 0 1000010 1000111 10001000 1010011 10000

Color Harmonies of #074A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A19

Black with #074A19

Text Example


Text Example

White with #074A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,74,25); }

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

background-color css

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

 a { background-color: rgb(7,74,25); }

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

border-color css

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

 span { border-color: rgb(7,74,25); }

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