Html Css Color HEX #0F5614 Myrtle

📋 copy color: '#0F5614'

red 15 ◦ green 86 ◦ blue 20

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

Shades of Myrtle #0F5614

Tints of Myrtle #0F5614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 71.07%

 BLUE value IS 20 (8.2% from 255) = 16.53%

R = 12.4%
G = 71.07%
B = 16.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#0F5614 (or 0x0F5614) is known color: Myrtle. HEX triplet: 0F, 56 and 14. RGB value is (15,86,20). Sum of RGB (Red+Green+Blue) = 15+86+20=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 86 (33.98% from 255 or 71.07% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 86 - color contains mainly: green. Hex color #0F5614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5614 is #F0A9EB. Grayscale: #393939. Windows color (decimal): -15772140 or 1332751. OLE color: 1332751.

HSL color Cylindrical-coordinate representation of color #0F5614: hue angle of 124.23º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5614 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 15 86 20 -
CMYK 0.83 0 0.77 0.66
HSL 124.23º 0.7% 0.2% -
HSV(B) 124.23º 0.83% 0.34% -
XYZ 3.65 6.81 1.78 -
YUV 57.25 106.98 97.87 -
System Red Green Blue C M Y K H S L
Decimal 15 86 20 0.83 0 0.77 0.66 124.23 0.7 0.2
Hex F 56 14 53 0 4D 42 7C 46 14
Octal 17 126 24 123 0 115 102 174 106 24
Binary 1111 1010110 10100 1010011 0 1001101 1000010 1111100 1000110 10100

Color Harmonies of #0F5614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5614

Black with #0F5614

Text Example


Text Example

White with #0F5614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,86,20); }

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

background-color css

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

 a { background-color: rgb(15,86,20); }

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

border-color css

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

 span { border-color: rgb(15,86,20); }

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