Html Css Color HEX #0F5612 Myrtle

📋 copy color: '#0F5612'

red 15 ◦ green 86 ◦ blue 18

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

Shades of Myrtle #0F5612

Tints of Myrtle #0F5612

RGB

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

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

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

R = 12.61%
G = 72.27%
B = 15.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#0F5612 (or 0x0F5612) is known color: Myrtle. HEX triplet: 0F, 56 and 12. RGB value is (15,86,18). Sum of RGB (Red+Green+Blue) = 15+86+18=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 86 (33.98% from 255 or 72.27% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 86 - color contains mainly: green. Hex color #0F5612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5612 is #F0A9ED. Grayscale: #393939. Windows color (decimal): -15772142 or 1201679. OLE color: 1201679.

HSL color Cylindrical-coordinate representation of color #0F5612: hue angle of 122.54º 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 #0F5612 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 15 86 18 -
CMYK 0.83 0 0.79 0.66
HSL 122.54º 0.7% 0.2% -
HSV(B) 122.54º 0.83% 0.34% -
XYZ 3.63 6.8 1.69 -
YUV 57.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 15 86 18 0.83 0 0.79 0.66 122.54 0.7 0.2
Hex F 56 12 53 0 4F 42 7B 46 14
Octal 17 126 22 123 0 117 102 173 106 24
Binary 1111 1010110 10010 1010011 0 1001111 1000010 1111011 1000110 10100

Color Harmonies of #0F5612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5612

Black with #0F5612

Text Example


Text Example

White with #0F5612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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