Html Css Color HEX #0E706E Pine Green

📋 copy color: '#0E706E'

red 14 ◦ green 112 ◦ blue 110

#0E706E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #0E706E

Tints of Pine Green #0E706E

RGB

 RED value IS 14 (5.86% from 255) = 5.93%

 GREEN value IS 112 (44.14% from 255) = 47.46%

 BLUE value IS 110 (43.36% from 255) = 46.61%

R = 5.93%
G = 47.46%
B = 46.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#0E706E (or 0x0E706E) is known color: Pine Green. HEX triplet: 0E, 70 and 6E. RGB value is (14,112,110). Sum of RGB (Red+Green+Blue) = 14+112+110=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #0E706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E706E is #F18F91. Grayscale: #525252. Windows color (decimal): -15830930 or 7237646. OLE color: 7237646.

HSL color Cylindrical-coordinate representation of color #0E706E: hue angle of 178.78º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E706E is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 112 110 -
CMYK 0.88 0 0.02 0.56
HSL 178.78º 0.78% 0.25% -
HSV(B) 178.78º 0.88% 0.44% -
XYZ 8.79 12.81 16.76 -
YUV 82.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 14 112 110 0.88 0 0.02 0.56 178.78 0.78 0.25
Hex E 70 6E 58 0 2 38 B3 4E 19
Octal 16 160 156 130 0 2 70 263 116 31
Binary 1110 1110000 1101110 1011000 0 10 111000 10110011 1001110 11001

Color Harmonies of #0E706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E706E

Black with #0E706E

Text Example


Text Example

White with #0E706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,112,110); }

 H1.HeaderClassName
 {
   color: #0E706E;
 }
 .AnyTagClassName
 {
   color: #0E706E;
 }
</style>

background-color css

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

 a { background-color: rgb(14,112,110); }

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

border-color css

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

 span { border-color: rgb(14,112,110); }

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