Html Css Color HEX #074719 Deep Fir

📋 copy color: '#074719'

red 7 ◦ green 71 ◦ blue 25

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

Shades of Deep Fir #074719

Tints of Deep Fir #074719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 68.93%

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

R = 6.8%
G = 68.93%
B = 24.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#074719 (or 0x074719) is known color: Deep Fir. HEX triplet: 07, 47 and 19. RGB value is (7,71,25). Sum of RGB (Red+Green+Blue) = 7+71+25=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #074719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074719 is #F8B8E6. Grayscale: #2E2E2E. Windows color (decimal): -16300263 or 1656583. OLE color: 1656583.

HSL color Cylindrical-coordinate representation of color #074719: hue angle of 136.88º 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 #074719 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 25 -
CMYK 0.90 0 0.65 0.72
HSL 136.88º 0.82% 0.15% -
HSV(B) 136.88º 0.9% 0.28% -
XYZ 2.52 4.62 1.68 -
YUV 46.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 7 71 25 0.90 0 0.65 0.72 136.88 0.82 0.15
Hex 7 47 19 5A 0 41 48 89 52 F
Octal 7 107 31 132 0 101 110 211 122 17
Binary 111 1000111 11001 1011010 0 1000001 1001000 10001001 1010010 1111

Color Harmonies of #074719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074719

Black with #074719

Text Example


Text Example

White with #074719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074719; }

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

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

background-color css

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

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

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

border-color css

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

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

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