#0A7868

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

Shades of Pine Green #0A7868

Tints of Pine Green #0A7868

Color information

#0A7868 (or 0x0A7868) is unknown color: approx Pine Green. HEX triplet: 0A, 78 and 68. RGB value is (10,120,104). Sum of RGB (Red+Green+Blue) = 10+120+104=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7868 is #F58797. Grayscale: #555555. Windows color (decimal): -16091032 or 6846474. OLE color: 6846474.

HSL color Cylindrical-coordinate representation of color #0A7868: hue angle of 171.27º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7868 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB10120104-
CMYK0.9200.130.53
HSL171.27º84.62%25.49%-
HSV(B)171.27º91.67%47.06%-
XYZ9.3414.515.4-
YUV85.29138.5674.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=4.27%
G=51.28%
B=44.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101201040.9200.130.53171.2784.6225.49
HexA78685C0D35ab5519
Octal121701501340156525312531
Binary10101111000110100010111000110111010110101011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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