Html Css Color HEX #0F4705 Myrtle

📋 copy color: '#0F4705'

red 15 ◦ green 71 ◦ blue 5

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

Shades of Myrtle #0F4705

Tints of Myrtle #0F4705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 78.02%

 BLUE value IS 5 (2.34% from 255) = 5.49%

R = 16.48%
G = 78.02%
B = 5.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#0F4705 (or 0x0F4705) is known color: Myrtle. HEX triplet: 0F, 47 and 05. RGB value is (15,71,5). Sum of RGB (Red+Green+Blue) = 15+71+5=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4705 is #F0B8FA. Grayscale: #2E2E2E. Windows color (decimal): -15775995 or 345871. OLE color: 345871.

HSL color Cylindrical-coordinate representation of color #0F4705: hue angle of 110.91º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4705 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 71 5 -
CMYK 0.79 0 0.93 0.72
HSL 110.91º 0.87% 0.15% -
HSV(B) 110.91º 0.93% 0.28% -
XYZ 2.48 4.62 0.9 -
YUV 46.73 104.45 105.37 -
System Red Green Blue C M Y K H S L
Decimal 15 71 5 0.79 0 0.93 0.72 110.91 0.87 0.15
Hex F 47 5 4F 0 5D 48 6F 57 F
Octal 17 107 5 117 0 135 110 157 127 17
Binary 1111 1000111 101 1001111 0 1011101 1001000 1101111 1010111 1111

Color Harmonies of #0F4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4705

Black with #0F4705

Text Example


Text Example

White with #0F4705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,71,5); }

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

background-color css

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

 a { background-color: rgb(15,71,5); }

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

border-color css

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

 span { border-color: rgb(15,71,5); }

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