Html Css Color HEX #0E716D Pine Green

📋 copy color: '#0E716D'

red 14 ◦ green 113 ◦ blue 109

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

Shades of Pine Green #0E716D

Tints of Pine Green #0E716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.88%

 BLUE value IS 109 (42.97% from 255) = 46.19%

R = 5.93%
G = 47.88%
B = 46.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#0E716D (or 0x0E716D) is known color: Pine Green. HEX triplet: 0E, 71 and 6D. RGB value is (14,113,109). Sum of RGB (Red+Green+Blue) = 14+113+109=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #0E716D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E716D is #F18E92. Grayscale: #525252. Windows color (decimal): -15830675 or 7172366. OLE color: 7172366.

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

Color convert

RGB 14 113 109 -
CMYK 0.88 0 0.04 0.56
HSL 177.58º 0.78% 0.25% -
HSV(B) 177.58º 0.88% 0.44% -
XYZ 8.85 13.01 16.51 -
YUV 82.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 14 113 109 0.88 0 0.04 0.56 177.58 0.78 0.25
Hex E 71 6D 58 0 4 38 B2 4E 19
Octal 16 161 155 130 0 4 70 262 116 31
Binary 1110 1110001 1101101 1011000 0 100 111000 10110010 1001110 11001

Color Harmonies of #0E716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E716D

Black with #0E716D

Text Example


Text Example

White with #0E716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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