Html Css Color HEX #074912 Deep Fir

📋 copy color: '#074912'

red 7 ◦ green 73 ◦ blue 18

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

Shades of Deep Fir #074912

Tints of Deep Fir #074912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 74.49%

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

R = 7.14%
G = 74.49%
B = 18.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#074912 (or 0x074912) is known color: Deep Fir. HEX triplet: 07, 49 and 12. RGB value is (7,73,18). Sum of RGB (Red+Green+Blue) = 7+73+18=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 73 (28.91% from 255 or 74.49% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 73 - color contains mainly: green. Hex color #074912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074912 is #F8B6ED. Grayscale: #2F2F2F. Windows color (decimal): -16299758 or 1198343. OLE color: 1198343.

HSL color Cylindrical-coordinate representation of color #074912: hue angle of 130º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074912 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 18 -
CMYK 0.90 0 0.75 0.71
HSL 130º 0.83% 0.16% -
HSV(B) 130º 0.9% 0.29% -
XYZ 2.58 4.85 1.37 -
YUV 47 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 7 73 18 0.90 0 0.75 0.71 130 0.83 0.16
Hex 7 49 12 5A 0 4B 47 82 52 10
Octal 7 111 22 132 0 113 107 202 122 20
Binary 111 1001001 10010 1011010 0 1001011 1000111 10000010 1010010 10000

Color Harmonies of #074912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074912

Black with #074912

Text Example


Text Example

White with #074912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074912; }

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

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

background-color css

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

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

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

border-color css

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

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

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