Html Css Color HEX #0F5017 Myrtle

📋 copy color: '#0F5017'

red 15 ◦ green 80 ◦ blue 23

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

Shades of Myrtle #0F5017

Tints of Myrtle #0F5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.49%

R = 12.71%
G = 67.8%
B = 19.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#0F5017 (or 0x0F5017) is known color: Myrtle. HEX triplet: 0F, 50 and 17. RGB value is (15,80,23). Sum of RGB (Red+Green+Blue) = 15+80+23=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #0F5017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5017 is #F0AFE8. Grayscale: #363636. Windows color (decimal): -15773673 or 1527823. OLE color: 1527823.

HSL color Cylindrical-coordinate representation of color #0F5017: hue angle of 127.38º 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 #0F5017 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 80 23 -
CMYK 0.81 0 0.71 0.69
HSL 127.38º 0.68% 0.19% -
HSV(B) 127.38º 0.81% 0.31% -
XYZ 3.22 5.9 1.78 -
YUV 54.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 15 80 23 0.81 0 0.71 0.69 127.38 0.68 0.19
Hex F 50 17 51 0 47 45 7F 44 13
Octal 17 120 27 121 0 107 105 177 104 23
Binary 1111 1010000 10111 1010001 0 1000111 1000101 1111111 1000100 10011

Color Harmonies of #0F5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5017

Black with #0F5017

Text Example


Text Example

White with #0F5017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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