Html Css Color HEX #0E706C Pine Green

📋 copy color: '#0E706C'

red 14 ◦ green 112 ◦ blue 108

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

Shades of Pine Green #0E706C

Tints of Pine Green #0E706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.15%

R = 5.98%
G = 47.86%
B = 46.15%

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

#0E706C (or 0x0E706C) is known color: Pine Green. HEX triplet: 0E, 70 and 6C. RGB value is (14,112,108). Sum of RGB (Red+Green+Blue) = 14+112+108=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #0E706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E706C is #F18F93. Grayscale: #525252. Windows color (decimal): -15830932 or 7106574. OLE color: 7106574.

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

Color convert

RGB 14 112 108 -
CMYK 0.88 0 0.04 0.56
HSL 177.55º 0.78% 0.25% -
HSV(B) 177.55º 0.88% 0.44% -
XYZ 8.68 12.76 16.19 -
YUV 82.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 14 112 108 0.88 0 0.04 0.56 177.55 0.78 0.25
Hex E 70 6C 58 0 4 38 B2 4E 19
Octal 16 160 154 130 0 4 70 262 116 31
Binary 1110 1110000 1101100 1011000 0 100 111000 10110010 1001110 11001

Color Harmonies of #0E706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E706C

Black with #0E706C

Text Example


Text Example

White with #0E706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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