#0A7672

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

Shades of Pine Green #0A7672

Tints of Pine Green #0A7672

Color information

#0A7672 (or 0x0A7672) is unknown color: approx Pine Green. HEX triplet: 0A, 76 and 72. RGB value is (10,118,114). Sum of RGB (Red+Green+Blue) = 10+118+114=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #0A7672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7672 is #F5898D. Grayscale: #555555. Windows color (decimal): -16091534 or 7501322. OLE color: 7501322.

HSL color Cylindrical-coordinate representation of color #0A7672: hue angle of 177.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7672 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB10118114-
CMYK0.9200.030.54
HSL177.78º84.38%25.1%-
HSV(B)177.78º91.53%46.27%-
XYZ9.6414.2418.16-
YUV85.25144.2274.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 118 (46.48% from 255) = 48.76%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=4.13%
G=48.76%
B=47.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101181140.9200.030.54177.7884.3825.1
HexA76725C0336b25419
Octal12166162134036626212431
Binary101011101101110010101110001111011010110010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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