Html Css Color HEX #074312 Deep Fir

📋 copy color: '#074312'

red 7 ◦ green 67 ◦ blue 18

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

Shades of Deep Fir #074312

Tints of Deep Fir #074312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 72.83%

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

R = 7.61%
G = 72.83%
B = 19.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#074312 (or 0x074312) is known color: Deep Fir. HEX triplet: 07, 43 and 12. RGB value is (7,67,18). Sum of RGB (Red+Green+Blue) = 7+67+18=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 67 (26.56% from 255 or 72.83% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 67 - color contains mainly: green. Hex color #074312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074312 is #F8BCED. Grayscale: #2B2B2B. Windows color (decimal): -16301294 or 1196807. OLE color: 1196807.

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

Color convert

RGB 7 67 18 -
CMYK 0.90 0 0.73 0.74
HSL 131º 0.81% 0.15% -
HSV(B) 131º 0.9% 0.26% -
XYZ 2.2 4.1 1.25 -
YUV 43.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 7 67 18 0.90 0 0.73 0.74 131 0.81 0.15
Hex 7 43 12 5A 0 49 4A 83 51 F
Octal 7 103 22 132 0 111 112 203 121 17
Binary 111 1000011 10010 1011010 0 1001001 1001010 10000011 1010001 1111

Color Harmonies of #074312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074312

Black with #074312

Text Example


Text Example

White with #074312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074312; }

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

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

background-color css

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

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

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

border-color css

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

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

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