Html Css Color HEX #094718 Deep Fir

📋 copy color: '#094718'

red 9 ◦ green 71 ◦ blue 24

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

Shades of Deep Fir #094718

Tints of Deep Fir #094718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 23.08%

R = 8.65%
G = 68.27%
B = 23.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#094718 (or 0x094718) is known color: Deep Fir. HEX triplet: 09, 47 and 18. RGB value is (9,71,24). Sum of RGB (Red+Green+Blue) = 9+71+24=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #094718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094718 is #F6B8E7. Grayscale: #2F2F2F. Windows color (decimal): -16169192 or 1591049. OLE color: 1591049.

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

Color convert

RGB 9 71 24 -
CMYK 0.87 0 0.66 0.72
HSL 134.52º 0.78% 0.16% -
HSV(B) 134.52º 0.87% 0.28% -
XYZ 2.53 4.63 1.62 -
YUV 47.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 9 71 24 0.87 0 0.66 0.72 134.52 0.78 0.16
Hex 9 47 18 57 0 42 48 87 4E 10
Octal 11 107 30 127 0 102 110 207 116 20
Binary 1001 1000111 11000 1010111 0 1000010 1001000 10000111 1001110 10000

Color Harmonies of #094718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094718

Black with #094718

Text Example


Text Example

White with #094718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094718; }

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

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

background-color css

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

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

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

border-color css

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

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

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