#0A6C6B

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

Shades of Pine Green #0A6C6B

Tints of Pine Green #0A6C6B

Color information

#0A6C6B (or 0x0A6C6B) is unknown color: approx Pine Green. HEX triplet: 0A, 6C and 6B. RGB value is (10,108,107). Sum of RGB (Red+Green+Blue) = 10+108+107=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6C6B is #F59394. Grayscale: #4E4E4E. Windows color (decimal): -16094101 or 7040010. OLE color: 7040010.

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

Color convert

RGB10108107-
CMYK0.9100.010.58
HSL179.39º83.05%23.14%-
HSV(B)179.39º90.74%42.35%-
XYZ8.1411.8515.77-
YUV78.58144.0379.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.44%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=4.44%
G=48%
B=47.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101081070.9100.010.58179.3983.0523.14
HexA6C6B5B013Ab35317
Octal12154153133017226312327
Binary10101101100110101110110110111101010110011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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