Html Css Color HEX #06806C Pine Green

📋 copy color: '#06806C'

red 6 ◦ green 128 ◦ blue 108

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

Shades of Pine Green #06806C

Tints of Pine Green #06806C

RGB

 RED value IS 6 (2.73% from 255) = 2.48%

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

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

R = 2.48%
G = 52.89%
B = 44.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#06806C (or 0x06806C) is known color: Pine Green. HEX triplet: 06, 80 and 6C. RGB value is (6,128,108). Sum of RGB (Red+Green+Blue) = 6+128+108=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #06806C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06806C is #F97F93. Grayscale: #595959. Windows color (decimal): -16351124 or 7110662. OLE color: 7110662.

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

Color convert

RGB 6 128 108 -
CMYK 0.95 0 0.16 0.50
HSL 170.16º 0.91% 0.26% -
HSV(B) 170.16º 0.95% 0.5% -
XYZ 10.5 16.56 16.83 -
YUV 89.24 138.58 68.63 -
System Red Green Blue C M Y K H S L
Decimal 6 128 108 0.95 0 0.16 0.50 170.16 0.91 0.26
Hex 6 80 6C 5F 0 10 32 AA 5B 1A
Octal 6 200 154 137 0 20 62 252 133 32
Binary 110 10000000 1101100 1011111 0 10000 110010 10101010 1011011 11010

Color Harmonies of #06806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06806C

Black with #06806C

Text Example


Text Example

White with #06806C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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