Html Css Color HEX #0E7771 Pine Green

📋 copy color: '#0E7771'

red 14 ◦ green 119 ◦ blue 113

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

Shades of Pine Green #0E7771

Tints of Pine Green #0E7771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.37%

 BLUE value IS 113 (44.53% from 255) = 45.93%

R = 5.69%
G = 48.37%
B = 45.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#0E7771 (or 0x0E7771) is known color: Pine Green. HEX triplet: 0E, 77 and 71. RGB value is (14,119,113). Sum of RGB (Red+Green+Blue) = 14+119+113=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #0E7771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7771 is #F1888E. Grayscale: #565656. Windows color (decimal): -15829135 or 7436046. OLE color: 7436046.

HSL color Cylindrical-coordinate representation of color #0E7771: hue angle of 176.57º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7771 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 119 113 -
CMYK 0.88 0 0.05 0.53
HSL 176.57º 0.79% 0.26% -
HSV(B) 176.57º 0.88% 0.47% -
XYZ 9.76 14.48 17.9 -
YUV 86.92 142.71 75.99 -
System Red Green Blue C M Y K H S L
Decimal 14 119 113 0.88 0 0.05 0.53 176.57 0.79 0.26
Hex E 77 71 58 0 5 35 B1 4F 1A
Octal 16 167 161 130 0 5 65 261 117 32
Binary 1110 1110111 1110001 1011000 0 101 110101 10110001 1001111 11010

Color Harmonies of #0E7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7771

Black with #0E7771

Text Example


Text Example

White with #0E7771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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