Html Css Color HEX #0E756F Pine Green

📋 copy color: '#0E756F'

red 14 ◦ green 117 ◦ blue 111

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

Shades of Pine Green #0E756F

Tints of Pine Green #0E756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

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

R = 5.79%
G = 48.35%
B = 45.87%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#0E756F (or 0x0E756F) is known color: Pine Green. HEX triplet: 0E, 75 and 6F. RGB value is (14,117,111). Sum of RGB (Red+Green+Blue) = 14+117+111=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #0E756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E756F is #F18A90. Grayscale: #555555. Windows color (decimal): -15829649 or 7304462. OLE color: 7304462.

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

Color convert

RGB 14 117 111 -
CMYK 0.88 0 0.05 0.54
HSL 176.5º 0.79% 0.26% -
HSV(B) 176.5º 0.88% 0.46% -
XYZ 9.41 13.96 17.24 -
YUV 85.52 142.38 76.99 -
System Red Green Blue C M Y K H S L
Decimal 14 117 111 0.88 0 0.05 0.54 176.5 0.79 0.26
Hex E 75 6F 58 0 5 36 B1 4F 1A
Octal 16 165 157 130 0 5 66 261 117 32
Binary 1110 1110101 1101111 1011000 0 101 110110 10110001 1001111 11010

Color Harmonies of #0E756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E756F

Black with #0E756F

Text Example


Text Example

White with #0E756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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