Html Css Color HEX #0E7F74 Pine Green

📋 copy color: '#0E7F74'

red 14 ◦ green 127 ◦ blue 116

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

Shades of Pine Green #0E7F74

Tints of Pine Green #0E7F74

RGB

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

 GREEN value IS 127 (50% from 255) = 49.42%

 BLUE value IS 116 (45.7% from 255) = 45.14%

R = 5.45%
G = 49.42%
B = 45.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#0E7F74 (or 0x0E7F74) is known color: Pine Green. HEX triplet: 0E, 7F and 74. RGB value is (14,127,116). Sum of RGB (Red+Green+Blue) = 14+127+116=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7F74 is #F1808B. Grayscale: #5B5B5B. Windows color (decimal): -15827084 or 7634702. OLE color: 7634702.

HSL color Cylindrical-coordinate representation of color #0E7F74: hue angle of 174.16º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F74 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 14 127 116 -
CMYK 0.89 0 0.09 0.50
HSL 174.16º 0.8% 0.28% -
HSV(B) 174.16º 0.89% 0.5% -
XYZ 10.92 16.53 19.14 -
YUV 91.96 141.56 72.39 -
System Red Green Blue C M Y K H S L
Decimal 14 127 116 0.89 0 0.09 0.50 174.16 0.8 0.28
Hex E 7F 74 59 0 9 32 AE 50 1C
Octal 16 177 164 131 0 11 62 256 120 34
Binary 1110 1111111 1110100 1011001 0 1001 110010 10101110 1010000 11100

Color Harmonies of #0E7F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7F74

Black with #0E7F74

Text Example


Text Example

White with #0E7F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,127,116); }

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

background-color css

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

 a { background-color: rgb(14,127,116); }

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

border-color css

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

 span { border-color: rgb(14,127,116); }

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