Html Css Color HEX #074C16 Deep Fir

📋 copy color: '#074C16'

red 7 ◦ green 76 ◦ blue 22

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

Shades of Deep Fir #074C16

Tints of Deep Fir #074C16

RGB

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

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

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

R = 6.67%
G = 72.38%
B = 20.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#074C16 (or 0x074C16) is known color: Deep Fir. HEX triplet: 07, 4C and 16. RGB value is (7,76,22). Sum of RGB (Red+Green+Blue) = 7+76+22=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 76 (30.08% from 255 or 72.38% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 76 - color contains mainly: green. Hex color #074C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C16 is #F8B3E9. Grayscale: #313131. Windows color (decimal): -16298986 or 1461255. OLE color: 1461255.

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

Color convert

RGB 7 76 22 -
CMYK 0.91 0 0.71 0.70
HSL 133.04º 0.83% 0.16% -
HSV(B) 133.04º 0.91% 0.3% -
XYZ 2.82 5.27 1.63 -
YUV 49.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 7 76 22 0.91 0 0.71 0.70 133.04 0.83 0.16
Hex 7 4C 16 5B 0 47 46 85 53 10
Octal 7 114 26 133 0 107 106 205 123 20
Binary 111 1001100 10110 1011011 0 1000111 1000110 10000101 1010011 10000

Color Harmonies of #074C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C16

Black with #074C16

Text Example


Text Example

White with #074C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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