Html Css Color HEX #074018 Deep Fir

📋 copy color: '#074018'

red 7 ◦ green 64 ◦ blue 24

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

Shades of Deep Fir #074018

Tints of Deep Fir #074018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 67.37%

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

R = 7.37%
G = 67.37%
B = 25.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#074018 (or 0x074018) is known color: Deep Fir. HEX triplet: 07, 40 and 18. RGB value is (7,64,24). Sum of RGB (Red+Green+Blue) = 7+64+24=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #074018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074018 is #F8BFE7. Grayscale: #2A2A2A. Windows color (decimal): -16302056 or 1589255. OLE color: 1589255.

HSL color Cylindrical-coordinate representation of color #074018: hue angle of 137.89º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074018 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 64 24 -
CMYK 0.89 0 0.62 0.75
HSL 137.89º 0.8% 0.14% -
HSV(B) 137.89º 0.89% 0.25% -
XYZ 2.09 3.78 1.48 -
YUV 42.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 7 64 24 0.89 0 0.62 0.75 137.89 0.8 0.14
Hex 7 40 18 59 0 3E 4B 8A 50 E
Octal 7 100 30 131 0 76 113 212 120 16
Binary 111 1000000 11000 1011001 0 111110 1001011 10001010 1010000 1110

Color Harmonies of #074018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074018

Black with #074018

Text Example


Text Example

White with #074018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074018; }

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

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

background-color css

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

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

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

border-color css

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

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

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