Html Css Color HEX #074A17 Deep Fir

📋 copy color: '#074A17'

red 7 ◦ green 74 ◦ blue 23

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

Shades of Deep Fir #074A17

Tints of Deep Fir #074A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 22.12%

R = 6.73%
G = 71.15%
B = 22.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#074A17 (or 0x074A17) is known color: Deep Fir. HEX triplet: 07, 4A and 17. RGB value is (7,74,23). Sum of RGB (Red+Green+Blue) = 7+74+23=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 74 (29.30% from 255 or 71.15% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 74 - color contains mainly: green. Hex color #074A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A17 is #F8B5E8. Grayscale: #303030. Windows color (decimal): -16299497 or 1526279. OLE color: 1526279.

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

Color convert

RGB 7 74 23 -
CMYK 0.91 0 0.69 0.71
HSL 134.33º 0.83% 0.16% -
HSV(B) 134.33º 0.91% 0.29% -
XYZ 2.69 5 1.63 -
YUV 48.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 7 74 23 0.91 0 0.69 0.71 134.33 0.83 0.16
Hex 7 4A 17 5B 0 45 47 86 53 10
Octal 7 112 27 133 0 105 107 206 123 20
Binary 111 1001010 10111 1011011 0 1000101 1000111 10000110 1010011 10000

Color Harmonies of #074A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A17

Black with #074A17

Text Example


Text Example

White with #074A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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