Html Css Color HEX #074818 Deep Fir

📋 copy color: '#074818'

red 7 ◦ green 72 ◦ blue 24

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

Shades of Deep Fir #074818

Tints of Deep Fir #074818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 69.9%

 BLUE value IS 24 (9.77% from 255) = 23.3%

R = 6.8%
G = 69.9%
B = 23.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#074818 (or 0x074818) is known color: Deep Fir. HEX triplet: 07, 48 and 18. RGB value is (7,72,24). Sum of RGB (Red+Green+Blue) = 7+72+24=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #074818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074818 is #F8B7E7. Grayscale: #2F2F2F. Windows color (decimal): -16300008 or 1591303. OLE color: 1591303.

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

Color convert

RGB 7 72 24 -
CMYK 0.90 0 0.67 0.72
HSL 135.69º 0.82% 0.15% -
HSV(B) 135.69º 0.9% 0.28% -
XYZ 2.57 4.75 1.64 -
YUV 47.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 7 72 24 0.90 0 0.67 0.72 135.69 0.82 0.15
Hex 7 48 18 5A 0 43 48 88 52 F
Octal 7 110 30 132 0 103 110 210 122 17
Binary 111 1001000 11000 1011010 0 1000011 1001000 10001000 1010010 1111

Color Harmonies of #074818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074818

Black with #074818

Text Example


Text Example

White with #074818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074818; }

 p { color: rgb(7,72,24); }

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

background-color css

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

 a { background-color: rgb(7,72,24); }

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

border-color css

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

 span { border-color: rgb(7,72,24); }

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