Html Css Color HEX #074C19 Deep Fir

📋 copy color: '#074C19'

red 7 ◦ green 76 ◦ blue 25

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

Shades of Deep Fir #074C19

Tints of Deep Fir #074C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 70.37%

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

R = 6.48%
G = 70.37%
B = 23.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#074C19 (or 0x074C19) is known color: Deep Fir. HEX triplet: 07, 4C and 19. RGB value is (7,76,25). Sum of RGB (Red+Green+Blue) = 7+76+25=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 76 (30.08% from 255 or 70.37% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 76 - color contains mainly: green. Hex color #074C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C19 is #F8B3E6. Grayscale: #313131. Windows color (decimal): -16298983 or 1657863. OLE color: 1657863.

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

Color convert

RGB 7 76 25 -
CMYK 0.91 0 0.67 0.70
HSL 135.65º 0.83% 0.16% -
HSV(B) 135.65º 0.91% 0.3% -
XYZ 2.85 5.28 1.79 -
YUV 49.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 7 76 25 0.91 0 0.67 0.70 135.65 0.83 0.16
Hex 7 4C 19 5B 0 43 46 88 53 10
Octal 7 114 31 133 0 103 106 210 123 20
Binary 111 1001100 11001 1011011 0 1000011 1000110 10001000 1010011 10000

Color Harmonies of #074C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C19

Black with #074C19

Text Example


Text Example

White with #074C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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