Html Css Color HEX #0A806C Pine Green

📋 copy color: '#0A806C'

red 10 ◦ green 128 ◦ blue 108

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

Shades of Pine Green #0A806C

Tints of Pine Green #0A806C

RGB

 RED value IS 10 (4.3% from 255) = 4.07%

 GREEN value IS 128 (50.39% from 255) = 52.03%

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 4.07%
G = 52.03%
B = 43.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#0A806C (or 0x0A806C) is known color: Pine Green. HEX triplet: 0A, 80 and 6C. RGB value is (10,128,108). Sum of RGB (Red+Green+Blue) = 10+128+108=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #0A806C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A806C is #F57F93. Grayscale: #5A5A5A. Windows color (decimal): -16088980 or 7110666. OLE color: 7110666.

HSL color Cylindrical-coordinate representation of color #0A806C: hue angle of 169.83º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A806C is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 10 128 108 -
CMYK 0.92 0 0.16 0.50
HSL 169.83º 0.86% 0.27% -
HSV(B) 169.83º 0.92% 0.5% -
XYZ 10.55 16.59 16.83 -
YUV 90.44 137.91 70.63 -
System Red Green Blue C M Y K H S L
Decimal 10 128 108 0.92 0 0.16 0.50 169.83 0.86 0.27
Hex A 80 6C 5C 0 10 32 AA 56 1B
Octal 12 200 154 134 0 20 62 252 126 33
Binary 1010 10000000 1101100 1011100 0 10000 110010 10101010 1010110 11011

Color Harmonies of #0A806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A806C

Black with #0A806C

Text Example


Text Example

White with #0A806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A806C; }

 p { color: rgb(10,128,108); }

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

background-color css

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

 a { background-color: rgb(10,128,108); }

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

border-color css

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

 span { border-color: rgb(10,128,108); }

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