Html Css Color HEX #094715 Deep Fir

📋 copy color: '#094715'

red 9 ◦ green 71 ◦ blue 21

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

Shades of Deep Fir #094715

Tints of Deep Fir #094715

RGB

 RED value IS 9 (3.91% from 255) = 8.91%

 GREEN value IS 71 (28.13% from 255) = 70.3%

 BLUE value IS 21 (8.59% from 255) = 20.79%

R = 8.91%
G = 70.3%
B = 20.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#094715 (or 0x094715) is known color: Deep Fir. HEX triplet: 09, 47 and 15. RGB value is (9,71,21). Sum of RGB (Red+Green+Blue) = 9+71+21=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #094715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094715 is #F6B8EA. Grayscale: #2E2E2E. Windows color (decimal): -16169195 or 1394441. OLE color: 1394441.

HSL color Cylindrical-coordinate representation of color #094715: hue angle of 131.61º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094715 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 71 21 -
CMYK 0.87 0 0.70 0.72
HSL 131.61º 0.78% 0.16% -
HSV(B) 131.61º 0.87% 0.28% -
XYZ 2.5 4.62 1.47 -
YUV 46.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 9 71 21 0.87 0 0.70 0.72 131.61 0.78 0.16
Hex 9 47 15 57 0 46 48 84 4E 10
Octal 11 107 25 127 0 106 110 204 116 20
Binary 1001 1000111 10101 1010111 0 1000110 1001000 10000100 1001110 10000

Color Harmonies of #094715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094715

Black with #094715

Text Example


Text Example

White with #094715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094715; }

 p { color: rgb(9,71,21); }

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

background-color css

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

 a { background-color: rgb(9,71,21); }

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

border-color css

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

 span { border-color: rgb(9,71,21); }

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