Html Css Color HEX #095016 Deep Fir

📋 copy color: '#095016'

red 9 ◦ green 80 ◦ blue 22

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

Shades of Deep Fir #095016

Tints of Deep Fir #095016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 72.07%

 BLUE value IS 22 (8.98% from 255) = 19.82%

R = 8.11%
G = 72.07%
B = 19.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#095016 (or 0x095016) is known color: Deep Fir. HEX triplet: 09, 50 and 16. RGB value is (9,80,22). Sum of RGB (Red+Green+Blue) = 9+80+22=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #095016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095016 is #F6AFE9. Grayscale: #343434. Windows color (decimal): -16166890 or 1462281. OLE color: 1462281.

HSL color Cylindrical-coordinate representation of color #095016: hue angle of 130.99º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095016 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 22 -
CMYK 0.89 0 0.72 0.69
HSL 130.99º 0.8% 0.17% -
HSV(B) 130.99º 0.89% 0.31% -
XYZ 3.13 5.85 1.72 -
YUV 52.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 9 80 22 0.89 0 0.72 0.69 130.99 0.8 0.17
Hex 9 50 16 59 0 48 45 83 50 11
Octal 11 120 26 131 0 110 105 203 120 21
Binary 1001 1010000 10110 1011001 0 1001000 1000101 10000011 1010000 10001

Color Harmonies of #095016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095016

Black with #095016

Text Example


Text Example

White with #095016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095016; }

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

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

background-color css

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

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

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

border-color css

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

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

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