Html Css Color HEX #080A05 Pine Tree

📋 copy color: '#080A05'

red 8 ◦ green 10 ◦ blue 5

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

Shades of Pine Tree #080A05

Tints of Pine Tree #080A05

RGB

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

 GREEN value IS 10 (4.3% from 255) = 43.48%

 BLUE value IS 5 (2.34% from 255) = 21.74%

R = 34.78%
G = 43.48%
B = 21.74%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.50

 K value IS 0.96

RGB Variations

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

Color information

#080A05 (or 0x080A05) is known color: Pine Tree. HEX triplet: 08, 0A and 05. RGB value is (8,10,5). Sum of RGB (Red+Green+Blue) = 8+10+5=23 (3% of max value = 765). Red value is 8 (3.52% from 255 or 34.78% from 23); Green value is 10 (4.30% from 255 or 43.48% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 10 - color contains mainly: green. Hex color #080A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A05 is #F7F5FA. Grayscale: #080808. Windows color (decimal): -16250363 or 330248. OLE color: 330248.

HSL color Cylindrical-coordinate representation of color #080A05: hue angle of 84º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #080A05 is Cyan = 0.2, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.96.

Color convert

RGB 8 10 5 -
CMYK 0.2 0 0.50 0.96
HSL 84º 0.33% 0.03% -
HSV(B) 84º 0.5% 0.04% -
XYZ 0.24 0.28 0.19 -
YUV 8.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 8 10 5 0.2 0 0.50 0.96 84 0.33 0.03
Hex 8 A 5 14 0 32 60 54 21 3
Octal 10 12 5 24 0 62 140 124 41 3
Binary 1000 1010 101 10100 0 110010 1100000 1010100 100001 11

Color Harmonies of #080A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A05

Black with #080A05

Text Example


Text Example

White with #080A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080A05; }

 p { color: rgb(8,10,5); }

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

background-color css

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

 a { background-color: rgb(8,10,5); }

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

border-color css

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

 span { border-color: rgb(8,10,5); }

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