#0A716D

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

Shades of Pine Green #0A716D

Tints of Pine Green #0A716D

Color information

#0A716D (or 0x0A716D) is unknown color: approx Pine Green. HEX triplet: 0A, 71 and 6D. RGB value is (10,113,109). Sum of RGB (Red+Green+Blue) = 10+113+109=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #0A716D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A716D is #F58E92. Grayscale: #515151. Windows color (decimal): -16092819 or 7172362. OLE color: 7172362.

HSL color Cylindrical-coordinate representation of color #0A716D: hue angle of 177.67º degrees, saturation: 0.84, 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 #0A716D is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB10113109-
CMYK0.9100.040.56
HSL177.67º83.74%24.12%-
HSV(B)177.67º91.15%44.31%-
XYZ8.7912.9816.51-
YUV81.75143.3876.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.31%
GREEN value IS 113 (44.53% from 255) = 48.71%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=4.31%
G=48.71%
B=46.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101131090.9100.040.56177.6783.7424.12
HexA716D5B0438b25418
Octal12161155133047026212430
Binary1010111000111011011011011010011100010110010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,113,109); }

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

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

 a { background-color: rgb(10,113,109); }

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

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

 span { border-color: rgb(10,113,109); }

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