Html Css Color HEX #00806C Pine Green

📋 copy color: '#00806C'

red 0 ◦ green 128 ◦ blue 108

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

Shades of Pine Green #00806C

Tints of Pine Green #00806C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 54.24%
B = 45.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#00806C (or 0x00806C) is known color: Pine Green. HEX triplet: 00, 80 and 6C. RGB value is (0,128,108). Sum of RGB (Red+Green+Blue) = 0+128+108=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #00806C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00806C is #FF7F93. Grayscale: #575757. Windows color (decimal): -16744340 or 7110656. OLE color: 7110656.

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

Color convert

RGB 0 128 108 -
CMYK 1 0 0.16 0.50
HSL 170.63º 1% 0.25% -
HSV(B) 170.63º 1% 0.5% -
XYZ 10.43 16.52 16.83 -
YUV 87.45 139.59 65.63 -
System Red Green Blue C M Y K H S L
Decimal 0 128 108 1 0 0.16 0.50 170.63 1 0.25
Hex 0 80 6C 64 0 10 32 AB 64 19
Octal 0 200 154 144 0 20 62 253 144 31
Binary 0 10000000 1101100 1100100 0 10000 110010 10101011 1100100 11001

Color Harmonies of #00806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00806C

Black with #00806C

Text Example


Text Example

White with #00806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00806C; }

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

 H1.HeaderClassName
 {
   color: #00806C;
 }
 .AnyTagClassName
 {
   color: #00806C;
 }
</style>

background-color css

<style>
 a { background-color: #00806C; }

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

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

border-color css

<style>
 span { border-color: #00806C; }

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

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