Html Css Color HEX #0F5015 Myrtle

📋 copy color: '#0F5015'

red 15 ◦ green 80 ◦ blue 21

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

Shades of Myrtle #0F5015

Tints of Myrtle #0F5015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 12.93%
G = 68.97%
B = 18.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#0F5015 (or 0x0F5015) is known color: Myrtle. HEX triplet: 0F, 50 and 15. RGB value is (15,80,21). Sum of RGB (Red+Green+Blue) = 15+80+21=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 80 (31.64% from 255 or 68.97% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 80 - color contains mainly: green. Hex color #0F5015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5015 is #F0AFEA. Grayscale: #363636. Windows color (decimal): -15773675 or 1396751. OLE color: 1396751.

HSL color Cylindrical-coordinate representation of color #0F5015: hue angle of 125.54º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F5015 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 80 21 -
CMYK 0.81 0 0.74 0.69
HSL 125.54º 0.68% 0.19% -
HSV(B) 125.54º 0.81% 0.31% -
XYZ 3.2 5.89 1.68 -
YUV 53.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 15 80 21 0.81 0 0.74 0.69 125.54 0.68 0.19
Hex F 50 15 51 0 4A 45 7E 44 13
Octal 17 120 25 121 0 112 105 176 104 23
Binary 1111 1010000 10101 1010001 0 1001010 1000101 1111110 1000100 10011

Color Harmonies of #0F5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5015

Black with #0F5015

Text Example


Text Example

White with #0F5015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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