Html Css Color HEX #0F5412 Myrtle

📋 copy color: '#0F5412'

red 15 ◦ green 84 ◦ blue 18

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

Shades of Myrtle #0F5412

Tints of Myrtle #0F5412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 71.79%

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 12.82%
G = 71.79%
B = 15.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#0F5412 (or 0x0F5412) is known color: Myrtle. HEX triplet: 0F, 54 and 12. RGB value is (15,84,18). Sum of RGB (Red+Green+Blue) = 15+84+18=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5412 is #F0ABED. Grayscale: #383838. Windows color (decimal): -15772654 or 1201167. OLE color: 1201167.

HSL color Cylindrical-coordinate representation of color #0F5412: hue angle of 122.61º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5412 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 84 18 -
CMYK 0.82 0 0.79 0.67
HSL 122.61º 0.7% 0.19% -
HSV(B) 122.61º 0.82% 0.33% -
XYZ 3.48 6.49 1.64 -
YUV 55.85 106.64 98.87 -
System Red Green Blue C M Y K H S L
Decimal 15 84 18 0.82 0 0.79 0.67 122.61 0.7 0.19
Hex F 54 12 52 0 4F 43 7B 46 13
Octal 17 124 22 122 0 117 103 173 106 23
Binary 1111 1010100 10010 1010010 0 1001111 1000011 1111011 1000110 10011

Color Harmonies of #0F5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5412

Black with #0F5412

Text Example


Text Example

White with #0F5412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,84,18); }

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

background-color css

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

 a { background-color: rgb(15,84,18); }

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

border-color css

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

 span { border-color: rgb(15,84,18); }

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