Html Css Color HEX #080E06 Pine Tree

📋 copy color: '#080E06'

red 8 ◦ green 14 ◦ blue 6

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

Shades of Pine Tree #080E06

Tints of Pine Tree #080E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 50%

 BLUE value IS 6 (2.73% from 255) = 21.43%

R = 28.57%
G = 50%
B = 21.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.57

 K value IS 0.95

RGB Variations

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

Color information

#080E06 (or 0x080E06) is known color: Pine Tree. HEX triplet: 08, 0E and 06. RGB value is (8,14,6). Sum of RGB (Red+Green+Blue) = 8+14+6=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 14 (5.86% from 255 or 50% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 14 - color contains mainly: green. Hex color #080E06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E06 is #F7F1F9. Grayscale: #0B0B0B. Windows color (decimal): -16249338 or 396808. OLE color: 396808.

HSL color Cylindrical-coordinate representation of color #080E06: hue angle of 105º degrees, saturation: 0.4, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #080E06 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.95.

Color convert

RGB 8 14 6 -
CMYK 0.43 0 0.57 0.95
HSL 105º 0.4% 0.04% -
HSV(B) 105º 0.57% 0.05% -
XYZ 0.29 0.38 0.23 -
YUV 11.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 8 14 6 0.43 0 0.57 0.95 105 0.4 0.04
Hex 8 E 6 2B 0 39 5F 69 28 4
Octal 10 16 6 53 0 71 137 151 50 4
Binary 1000 1110 110 101011 0 111001 1011111 1101001 101000 100

Color Harmonies of #080E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E06

Black with #080E06

Text Example


Text Example

White with #080E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,14,6); }

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

background-color css

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

 a { background-color: rgb(8,14,6); }

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

border-color css

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

 span { border-color: rgb(8,14,6); }

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