Html Css Color HEX #0E736A Pine Green

📋 copy color: '#0E736A'

red 14 ◦ green 115 ◦ blue 106

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

Shades of Pine Green #0E736A

Tints of Pine Green #0E736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.94%

 BLUE value IS 106 (41.8% from 255) = 45.11%

R = 5.96%
G = 48.94%
B = 45.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#0E736A (or 0x0E736A) is known color: Pine Green. HEX triplet: 0E, 73 and 6A. RGB value is (14,115,106). Sum of RGB (Red+Green+Blue) = 14+115+106=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #0E736A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E736A is #F18C95. Grayscale: #535353. Windows color (decimal): -15830166 or 6976270. OLE color: 6976270.

HSL color Cylindrical-coordinate representation of color #0E736A: hue angle of 174.65º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E736A is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 115 106 -
CMYK 0.88 0 0.08 0.55
HSL 174.65º 0.78% 0.25% -
HSV(B) 174.65º 0.88% 0.45% -
XYZ 8.91 13.4 15.75 -
YUV 83.78 140.54 78.23 -
System Red Green Blue C M Y K H S L
Decimal 14 115 106 0.88 0 0.08 0.55 174.65 0.78 0.25
Hex E 73 6A 58 0 8 37 AF 4E 19
Octal 16 163 152 130 0 10 67 257 116 31
Binary 1110 1110011 1101010 1011000 0 1000 110111 10101111 1001110 11001

Color Harmonies of #0E736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E736A

Black with #0E736A

Text Example


Text Example

White with #0E736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,115,106); }

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

background-color css

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

 a { background-color: rgb(14,115,106); }

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

border-color css

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

 span { border-color: rgb(14,115,106); }

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