Html Css Color HEX #085017 Deep Fir

📋 copy color: '#085017'

red 8 ◦ green 80 ◦ blue 23

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

Shades of Deep Fir #085017

Tints of Deep Fir #085017

RGB

 RED value IS 8 (3.52% from 255) = 7.21%

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

 BLUE value IS 23 (9.38% from 255) = 20.72%

R = 7.21%
G = 72.07%
B = 20.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#085017 (or 0x085017) is known color: Deep Fir. HEX triplet: 08, 50 and 17. RGB value is (8,80,23). Sum of RGB (Red+Green+Blue) = 8+80+23=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #085017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085017 is #F7AFE8. Grayscale: #343434. Windows color (decimal): -16232425 or 1527816. OLE color: 1527816.

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

Color convert

RGB 8 80 23 -
CMYK 0.90 0 0.71 0.69
HSL 132.5º 0.82% 0.17% -
HSV(B) 132.5º 0.9% 0.31% -
XYZ 3.12 5.85 1.78 -
YUV 51.97 111.65 96.63 -
System Red Green Blue C M Y K H S L
Decimal 8 80 23 0.90 0 0.71 0.69 132.5 0.82 0.17
Hex 8 50 17 5A 0 47 45 84 52 11
Octal 10 120 27 132 0 107 105 204 122 21
Binary 1000 1010000 10111 1011010 0 1000111 1000101 10000100 1010010 10001

Color Harmonies of #085017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085017

Black with #085017

Text Example


Text Example

White with #085017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085017; }

 p { color: rgb(8,80,23); }

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

background-color css

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

 a { background-color: rgb(8,80,23); }

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

border-color css

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

 span { border-color: rgb(8,80,23); }

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