Html Css Color HEX #0E726F Pine Green

📋 copy color: '#0E726F'

red 14 ◦ green 114 ◦ blue 111

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

Shades of Pine Green #0E726F

Tints of Pine Green #0E726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.7%

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

R = 5.86%
G = 47.7%
B = 46.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#0E726F (or 0x0E726F) is known color: Pine Green. HEX triplet: 0E, 72 and 6F. RGB value is (14,114,111). Sum of RGB (Red+Green+Blue) = 14+114+111=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #0E726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E726F is #F18D90. Grayscale: #535353. Windows color (decimal): -15830417 or 7303694. OLE color: 7303694.

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

Color convert

RGB 14 114 111 -
CMYK 0.88 0 0.03 0.55
HSL 178.2º 0.78% 0.25% -
HSV(B) 178.2º 0.88% 0.45% -
XYZ 9.07 13.28 17.12 -
YUV 83.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 14 114 111 0.88 0 0.03 0.55 178.2 0.78 0.25
Hex E 72 6F 58 0 3 37 B2 4E 19
Octal 16 162 157 130 0 3 67 262 116 31
Binary 1110 1110010 1101111 1011000 0 11 110111 10110010 1001110 11001

Color Harmonies of #0E726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E726F

Black with #0E726F

Text Example


Text Example

White with #0E726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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