Html Css Color HEX #080C06 Pine Tree

📋 copy color: '#080C06'

red 8 ◦ green 12 ◦ blue 6

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

Shades of Pine Tree #080C06

Tints of Pine Tree #080C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 46.15%

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

R = 30.77%
G = 46.15%
B = 23.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.95

RGB Variations

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

Color information

#080C06 (or 0x080C06) is known color: Pine Tree. HEX triplet: 08, 0C and 06. RGB value is (8,12,6). Sum of RGB (Red+Green+Blue) = 8+12+6=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 12 (5.08% from 255 or 46.15% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 12 - color contains mainly: green. Hex color #080C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C06 is #F7F3F9. Grayscale: #0A0A0A. Windows color (decimal): -16249850 or 396296. OLE color: 396296.

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

Color convert

RGB 8 12 6 -
CMYK 0.33 0 0.50 0.95
HSL 100º 0.33% 0.04% -
HSV(B) 100º 0.5% 0.05% -
XYZ 0.26 0.33 0.22 -
YUV 10.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 8 12 6 0.33 0 0.50 0.95 100 0.33 0.04
Hex 8 C 6 21 0 32 5F 64 21 4
Octal 10 14 6 41 0 62 137 144 41 4
Binary 1000 1100 110 100001 0 110010 1011111 1100100 100001 100

Color Harmonies of #080C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C06

Black with #080C06

Text Example


Text Example

White with #080C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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