Html Css Color HEX #0E7C74 Pine Green

📋 copy color: '#0E7C74'

red 14 ◦ green 124 ◦ blue 116

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

Shades of Pine Green #0E7C74

Tints of Pine Green #0E7C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.82%

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

R = 5.51%
G = 48.82%
B = 45.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#0E7C74 (or 0x0E7C74) is known color: Pine Green. HEX triplet: 0E, 7C and 74. RGB value is (14,124,116). Sum of RGB (Red+Green+Blue) = 14+124+116=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 124 (48.83% from 255 or 48.82% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7C74 is #F1838B. Grayscale: #5A5A5A. Windows color (decimal): -15827852 or 7633934. OLE color: 7633934.

HSL color Cylindrical-coordinate representation of color #0E7C74: hue angle of 175.64º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7C74 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 14 124 116 -
CMYK 0.89 0 0.06 0.51
HSL 175.64º 0.8% 0.27% -
HSV(B) 175.64º 0.89% 0.49% -
XYZ 10.54 15.77 19.01 -
YUV 90.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 14 124 116 0.89 0 0.06 0.51 175.64 0.8 0.27
Hex E 7C 74 59 0 6 33 B0 50 1B
Octal 16 174 164 131 0 6 63 260 120 33
Binary 1110 1111100 1110100 1011001 0 110 110011 10110000 1010000 11011

Color Harmonies of #0E7C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7C74

Black with #0E7C74

Text Example


Text Example

White with #0E7C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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