#094716

Color #094716 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #094716

Tints of Deep Fir #094716

Color information

#094716 (or 0x094716) is unknown color: approx Deep Fir. HEX triplet: 09, 47 and 16. RGB value is (9,71,22). Sum of RGB (Red+Green+Blue) = 9+71+22=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #094716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094716 is #F6B8E9. Grayscale: #2F2F2F. Windows color (decimal): -16169194 or 1459977. OLE color: 1459977.

HSL color Cylindrical-coordinate representation of color #094716: hue angle of 132.58º 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 #094716 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB97122-
CMYK0.8700.690.72
HSL132.58º77.5%15.69%-
HSV(B)132.58º87.32%27.84%-
XYZ2.514.621.52-
YUV46.88113.96100.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 71 (28.12% from 255) = 69.61%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=8.82%
G=69.61%
B=21.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal971220.8700.690.72132.5877.515.69
Hex947165704548854e10
Octal1110726127010511020511620
Binary1001100011110110101011101000101100100010000101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094716; }

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

 H1.HeaderClassName
 {
   color: #094716;
 }
 .AnyTagClassName
 {
   color: #094716;
 }
</style>
background-color css

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

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

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

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

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

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