#0A6D6B

Color #0A6D6B Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #0A6D6B

Tints of Pine Green #0A6D6B

Color information

#0A6D6B (or 0x0A6D6B) is unknown color: approx Pine Green. HEX triplet: 0A, 6D and 6B. RGB value is (10,109,107). Sum of RGB (Red+Green+Blue) = 10+109+107=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6D6B is #F59294. Grayscale: #4F4F4F. Windows color (decimal): -16093845 or 7040266. OLE color: 7040266.

HSL color Cylindrical-coordinate representation of color #0A6D6B: hue angle of 178.79º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6D6B is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB10109107-
CMYK0.9100.020.57
HSL178.79º83.19%23.33%-
HSV(B)178.79º90.83%42.75%-
XYZ8.2512.0615.8-
YUV79.17143.778.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.42%
GREEN value IS 109 (42.97% from 255) = 48.23%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=4.42%
G=48.23%
B=47.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101091070.9100.020.57178.7983.1923.33
HexA6D6B5B0239b35317
Octal12155153133027126312327
Binary101011011011101011101101101011100110110011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,109,107); }

 H1.HeaderClassName
 {
   color: #0A6D6B;
 }
 .AnyTagClassName
 {
   color: #0A6D6B;
 }
</style>
background-color css

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

 a { background-color: rgb(10,109,107); }

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

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

 span { border-color: rgb(10,109,107); }

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