#0A7772

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

Shades of Pine Green #0A7772

Tints of Pine Green #0A7772

Color information

#0A7772 (or 0x0A7772) is unknown color: approx Pine Green. HEX triplet: 0A, 77 and 72. RGB value is (10,119,114). Sum of RGB (Red+Green+Blue) = 10+119+114=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7772 is #F5888D. Grayscale: #555555. Windows color (decimal): -16091278 or 7501578. OLE color: 7501578.

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

Color convert

RGB10119114-
CMYK0.9200.040.53
HSL177.25º84.5%25.29%-
HSV(B)177.25º91.6%46.67%-
XYZ9.7614.4718.2-
YUV85.84143.8973.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.12%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=4.12%
G=48.97%
B=46.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101191140.9200.040.53177.2584.525.29
HexA77725C0435b15419
Octal12167162134046526112431
Binary1010111011111100101011100010011010110110001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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