#0A6F68

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

Shades of Pine Green #0A6F68

Tints of Pine Green #0A6F68

Color information

#0A6F68 (or 0x0A6F68) is unknown color: approx Pine Green. HEX triplet: 0A, 6F and 68. RGB value is (10,111,104). Sum of RGB (Red+Green+Blue) = 10+111+104=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6F68 is #F59097. Grayscale: #4F4F4F. Windows color (decimal): -16093336 or 6844170. OLE color: 6844170.

HSL color Cylindrical-coordinate representation of color #0A6F68: hue angle of 175.84º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6F68 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB10111104-
CMYK0.9100.060.56
HSL175.84º83.47%23.73%-
HSV(B)175.84º90.99%43.53%-
XYZ8.3112.4315.06-
YUV80141.5478.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.44%
GREEN value IS 111 (43.75% from 255) = 49.33%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=4.44%
G=49.33%
B=46.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101111040.9100.060.56175.8483.4723.73
HexA6F685B0638b05318
Octal12157150133067026012330
Binary1010110111111010001011011011011100010110000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,111,104); }

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

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

 a { background-color: rgb(10,111,104); }

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

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

 span { border-color: rgb(10,111,104); }

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