#0E7A6C

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

Shades of Pine Green #0E7A6C

Tints of Pine Green #0E7A6C

Color information

#0E7A6C (or 0x0E7A6C) is unknown color: approx Pine Green. HEX triplet: 0E, 7A and 6C. RGB value is (14,122,108). Sum of RGB (Red+Green+Blue) = 14+122+108=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7A6C is #F18593. Grayscale: #585858. Windows color (decimal): -15828372 or 7109134. OLE color: 7109134.

HSL color Cylindrical-coordinate representation of color #0E7A6C: hue angle of 172.22º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7A6C is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB14122108-
CMYK0.8900.110.52
HSL172.22º79.41%26.67%-
HSV(B)172.22º88.52%47.84%-
XYZ9.8515.116.58-
YUV88.11139.2275.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.74%
GREEN value IS 122 (48.05% from 255) = 50%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=5.74%
G=50%
B=44.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal141221080.8900.110.52172.2279.4126.67
HexE7A6C590B34ac4f1b
Octal161721541310136425411733
Binary11101111010110110010110010101111010010101100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,122,108); }

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

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

 a { background-color: rgb(14,122,108); }

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

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

 span { border-color: rgb(14,122,108); }

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