Html Css Color HEX #0F5016 Myrtle

📋 copy color: '#0F5016'

red 15 ◦ green 80 ◦ blue 22

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

Shades of Myrtle #0F5016

Tints of Myrtle #0F5016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.8%

R = 12.82%
G = 68.38%
B = 18.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#0F5016 (or 0x0F5016) is known color: Myrtle. HEX triplet: 0F, 50 and 16. RGB value is (15,80,22). Sum of RGB (Red+Green+Blue) = 15+80+22=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #0F5016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5016 is #F0AFE9. Grayscale: #363636. Windows color (decimal): -15773674 or 1462287. OLE color: 1462287.

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

Color convert

RGB 15 80 22 -
CMYK 0.81 0 0.72 0.69
HSL 126.46º 0.68% 0.19% -
HSV(B) 126.46º 0.81% 0.31% -
XYZ 3.21 5.9 1.73 -
YUV 53.95 109.97 100.22 -
System Red Green Blue C M Y K H S L
Decimal 15 80 22 0.81 0 0.72 0.69 126.46 0.68 0.19
Hex F 50 16 51 0 48 45 7E 44 13
Octal 17 120 26 121 0 110 105 176 104 23
Binary 1111 1010000 10110 1010001 0 1001000 1000101 1111110 1000100 10011

Color Harmonies of #0F5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5016

Black with #0F5016

Text Example


Text Example

White with #0F5016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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