Html Css Color HEX #084F15 Deep Fir

📋 copy color: '#084F15'

red 8 ◦ green 79 ◦ blue 21

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

Shades of Deep Fir #084F15

Tints of Deep Fir #084F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 73.15%

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

R = 7.41%
G = 73.15%
B = 19.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.69

RGB Variations

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

Color information

#084F15 (or 0x084F15) is known color: Deep Fir. HEX triplet: 08, 4F and 15. RGB value is (8,79,21). Sum of RGB (Red+Green+Blue) = 8+79+21=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 79 (31.25% from 255 or 73.15% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 79 - color contains mainly: green. Hex color #084F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #084F15 is #F7B0EA. Grayscale: #333333. Windows color (decimal): -16232683 or 1396488. OLE color: 1396488.

HSL color Cylindrical-coordinate representation of color #084F15: hue angle of 130.99º 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 #084F15 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 79 21 -
CMYK 0.90 0 0.73 0.69
HSL 130.99º 0.82% 0.17% -
HSV(B) 130.99º 0.9% 0.31% -
XYZ 3.03 5.7 1.65 -
YUV 51.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 8 79 21 0.90 0 0.73 0.69 130.99 0.82 0.17
Hex 8 4F 15 5A 0 49 45 83 52 11
Octal 10 117 25 132 0 111 105 203 122 21
Binary 1000 1001111 10101 1011010 0 1001001 1000101 10000011 1010010 10001

Color Harmonies of #084F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084F15

Black with #084F15

Text Example


Text Example

White with #084F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084F15; }

 p { color: rgb(8,79,21); }

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

background-color css

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

 a { background-color: rgb(8,79,21); }

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

border-color css

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

 span { border-color: rgb(8,79,21); }

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