Html Css Color HEX #0E706F Pine Green

📋 copy color: '#0E706F'

red 14 ◦ green 112 ◦ blue 111

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

Shades of Pine Green #0E706F

Tints of Pine Green #0E706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.84%

R = 5.91%
G = 47.26%
B = 46.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#0E706F (or 0x0E706F) is known color: Pine Green. HEX triplet: 0E, 70 and 6F. RGB value is (14,112,111). Sum of RGB (Red+Green+Blue) = 14+112+111=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #0E706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E706F is #F18F90. Grayscale: #525252. Windows color (decimal): -15830929 or 7303182. OLE color: 7303182.

HSL color Cylindrical-coordinate representation of color #0E706F: hue angle of 179.39º 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 #0E706F is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 112 111 -
CMYK 0.88 0 0.01 0.56
HSL 179.39º 0.78% 0.25% -
HSV(B) 179.39º 0.88% 0.44% -
XYZ 8.84 12.83 17.05 -
YUV 82.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 14 112 111 0.88 0 0.01 0.56 179.39 0.78 0.25
Hex E 70 6F 58 0 1 38 B3 4E 19
Octal 16 160 157 130 0 1 70 263 116 31
Binary 1110 1110000 1101111 1011000 0 1 111000 10110011 1001110 11001

Color Harmonies of #0E706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E706F

Black with #0E706F

Text Example


Text Example

White with #0E706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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