Html Css Color HEX #0F500E Myrtle

📋 copy color: '#0F500E'

red 15 ◦ green 80 ◦ blue 14

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

Shades of Myrtle #0F500E

Tints of Myrtle #0F500E

RGB

 RED value IS 15 (6.25% from 255) = 13.76%

 GREEN value IS 80 (31.64% from 255) = 73.39%

 BLUE value IS 14 (5.86% from 255) = 12.84%

R = 13.76%
G = 73.39%
B = 12.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#0F500E (or 0x0F500E) is known color: Myrtle. HEX triplet: 0F, 50 and 0E. RGB value is (15,80,14). Sum of RGB (Red+Green+Blue) = 15+80+14=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 80 (31.64% from 255 or 73.39% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 80 - color contains mainly: green. Hex color #0F500E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F500E is #F0AFF1. Grayscale: #353535. Windows color (decimal): -15773682 or 937999. OLE color: 937999.

HSL color Cylindrical-coordinate representation of color #0F500E: hue angle of 119.09º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F500E is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 80 14 -
CMYK 0.81 0 0.83 0.69
HSL 119.09º 0.7% 0.18% -
HSV(B) 119.09º 0.83% 0.31% -
XYZ 3.14 5.87 1.38 -
YUV 53.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 15 80 14 0.81 0 0.83 0.69 119.09 0.7 0.18
Hex F 50 E 51 0 53 45 77 46 12
Octal 17 120 16 121 0 123 105 167 106 22
Binary 1111 1010000 1110 1010001 0 1010011 1000101 1110111 1000110 10010

Color Harmonies of #0F500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F500E

Black with #0F500E

Text Example


Text Example

White with #0F500E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,80,14); }

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

background-color css

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

 a { background-color: rgb(15,80,14); }

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

border-color css

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

 span { border-color: rgb(15,80,14); }

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