#0A7768

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

Shades of Pine Green #0A7768

Tints of Pine Green #0A7768

Color information

#0A7768 (or 0x0A7768) is unknown color: approx Pine Green. HEX triplet: 0A, 77 and 68. RGB value is (10,119,104). Sum of RGB (Red+Green+Blue) = 10+119+104=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7768 is #F58897. Grayscale: #545454. Windows color (decimal): -16091288 or 6846218. OLE color: 6846218.

HSL color Cylindrical-coordinate representation of color #0A7768: hue angle of 171.74º degrees, saturation: 0.84, 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 #0A7768 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB10119104-
CMYK0.9200.130.53
HSL171.74º84.5%25.29%-
HSV(B)171.74º91.6%46.67%-
XYZ9.2214.2615.36-
YUV84.7138.8974.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.29%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=4.29%
G=51.07%
B=44.64%

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
Decimal101191040.9200.130.53171.7484.525.29
HexA77685C0D35ac5419
Octal121671501340156525412431
Binary10101110111110100010111000110111010110101100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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