Html Css Color HEX #074512 Deep Fir

📋 copy color: '#074512'

red 7 ◦ green 69 ◦ blue 18

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

Shades of Deep Fir #074512

Tints of Deep Fir #074512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 73.4%

 BLUE value IS 18 (7.42% from 255) = 19.15%

R = 7.45%
G = 73.4%
B = 19.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#074512 (or 0x074512) is known color: Deep Fir. HEX triplet: 07, 45 and 12. RGB value is (7,69,18). Sum of RGB (Red+Green+Blue) = 7+69+18=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 69 (27.34% from 255 or 73.40% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 69 - color contains mainly: green. Hex color #074512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074512 is #F8BAED. Grayscale: #2C2C2C. Windows color (decimal): -16300782 or 1197319. OLE color: 1197319.

HSL color Cylindrical-coordinate representation of color #074512: hue angle of 130.65º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074512 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 69 18 -
CMYK 0.90 0 0.74 0.73
HSL 130.65º 0.82% 0.15% -
HSV(B) 130.65º 0.9% 0.27% -
XYZ 2.32 4.35 1.29 -
YUV 44.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 7 69 18 0.90 0 0.74 0.73 130.65 0.82 0.15
Hex 7 45 12 5A 0 4A 49 83 52 F
Octal 7 105 22 132 0 112 111 203 122 17
Binary 111 1000101 10010 1011010 0 1001010 1001001 10000011 1010010 1111

Color Harmonies of #074512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074512

Black with #074512

Text Example


Text Example

White with #074512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074512; }

 p { color: rgb(7,69,18); }

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

background-color css

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

 a { background-color: rgb(7,69,18); }

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

border-color css

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

 span { border-color: rgb(7,69,18); }

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