Html Css Color HEX #0E756E Pine Green

📋 copy color: '#0E756E'

red 14 ◦ green 117 ◦ blue 110

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

Shades of Pine Green #0E756E

Tints of Pine Green #0E756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 5.81%
G = 48.55%
B = 45.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#0E756E (or 0x0E756E) is known color: Pine Green. HEX triplet: 0E, 75 and 6E. RGB value is (14,117,110). Sum of RGB (Red+Green+Blue) = 14+117+110=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #0E756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E756E is #F18A91. Grayscale: #555555. Windows color (decimal): -15829650 or 7238926. OLE color: 7238926.

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

Color convert

RGB 14 117 110 -
CMYK 0.88 0 0.06 0.54
HSL 175.92º 0.79% 0.26% -
HSV(B) 175.92º 0.88% 0.46% -
XYZ 9.36 13.94 16.95 -
YUV 85.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 14 117 110 0.88 0 0.06 0.54 175.92 0.79 0.26
Hex E 75 6E 58 0 6 36 B0 4F 1A
Octal 16 165 156 130 0 6 66 260 117 32
Binary 1110 1110101 1101110 1011000 0 110 110110 10110000 1001111 11010

Color Harmonies of #0E756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E756E

Black with #0E756E

Text Example


Text Example

White with #0E756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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