Html Css Color HEX #0E706A Pine Green

📋 copy color: '#0E706A'

red 14 ◦ green 112 ◦ blue 106

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

Shades of Pine Green #0E706A

Tints of Pine Green #0E706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.69%

R = 6.03%
G = 48.28%
B = 45.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#0E706A (or 0x0E706A) is known color: Pine Green. HEX triplet: 0E, 70 and 6A. RGB value is (14,112,106). Sum of RGB (Red+Green+Blue) = 14+112+106=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #0E706A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E706A is #F18F95. Grayscale: #515151. Windows color (decimal): -15830934 or 6975502. OLE color: 6975502.

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

Color convert

RGB 14 112 106 -
CMYK 0.88 0 0.05 0.56
HSL 176.33º 0.78% 0.25% -
HSV(B) 176.33º 0.88% 0.44% -
XYZ 8.58 12.72 15.64 -
YUV 82.01 141.53 79.49 -
System Red Green Blue C M Y K H S L
Decimal 14 112 106 0.88 0 0.05 0.56 176.33 0.78 0.25
Hex E 70 6A 58 0 5 38 B0 4E 19
Octal 16 160 152 130 0 5 70 260 116 31
Binary 1110 1110000 1101010 1011000 0 101 111000 10110000 1001110 11001

Color Harmonies of #0E706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E706A

Black with #0E706A

Text Example


Text Example

White with #0E706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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