Html Css Color HEX #0E716A Pine Green

📋 copy color: '#0E716A'

red 14 ◦ green 113 ◦ blue 106

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

Shades of Pine Green #0E716A

Tints of Pine Green #0E716A

RGB

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

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

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

R = 6.01%
G = 48.5%
B = 45.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#0E716A (or 0x0E716A) is known color: Pine Green. HEX triplet: 0E, 71 and 6A. RGB value is (14,113,106). Sum of RGB (Red+Green+Blue) = 14+113+106=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #0E716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E716A is #F18E95. Grayscale: #525252. Windows color (decimal): -15830678 or 6975758. OLE color: 6975758.

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

Color convert

RGB 14 113 106 -
CMYK 0.88 0 0.06 0.56
HSL 175.76º 0.78% 0.25% -
HSV(B) 175.76º 0.88% 0.44% -
XYZ 8.69 12.94 15.68 -
YUV 82.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 14 113 106 0.88 0 0.06 0.56 175.76 0.78 0.25
Hex E 71 6A 58 0 6 38 B0 4E 19
Octal 16 161 152 130 0 6 70 260 116 31
Binary 1110 1110001 1101010 1011000 0 110 111000 10110000 1001110 11001

Color Harmonies of #0E716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E716A

Black with #0E716A

Text Example


Text Example

White with #0E716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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