Html Css Color HEX #0F4710 Myrtle

📋 copy color: '#0F4710'

red 15 ◦ green 71 ◦ blue 16

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

Shades of Myrtle #0F4710

Tints of Myrtle #0F4710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.69%

R = 14.71%
G = 69.61%
B = 15.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#0F4710 (or 0x0F4710) is known color: Myrtle. HEX triplet: 0F, 47 and 10. RGB value is (15,71,16). Sum of RGB (Red+Green+Blue) = 15+71+16=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4710 is #F0B8EF. Grayscale: #303030. Windows color (decimal): -15775984 or 1066767. OLE color: 1066767.

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

Color convert

RGB 15 71 16 -
CMYK 0.79 0 0.77 0.72
HSL 121.07º 0.65% 0.17% -
HSV(B) 121.07º 0.79% 0.28% -
XYZ 2.54 4.65 1.25 -
YUV 47.99 109.95 104.47 -
System Red Green Blue C M Y K H S L
Decimal 15 71 16 0.79 0 0.77 0.72 121.07 0.65 0.17
Hex F 47 10 4F 0 4D 48 79 41 11
Octal 17 107 20 117 0 115 110 171 101 21
Binary 1111 1000111 10000 1001111 0 1001101 1001000 1111001 1000001 10001

Color Harmonies of #0F4710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4710

Black with #0F4710

Text Example


Text Example

White with #0F4710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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