Html Css Color HEX #0F460F Myrtle

📋 copy color: '#0F460F'

red 15 ◦ green 70 ◦ blue 15

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

Shades of Myrtle #0F460F

Tints of Myrtle #0F460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 70%

 BLUE value IS 15 (6.25% from 255) = 15%

R = 15%
G = 70%
B = 15%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#0F460F (or 0x0F460F) is known color: Myrtle. HEX triplet: 0F, 46 and 0F. RGB value is (15,70,15). Sum of RGB (Red+Green+Blue) = 15+70+15=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 70 (27.73% from 255 or 70% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 70 - color contains mainly: green. Hex color #0F460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F460F is #F0B9F0. Grayscale: #2F2F2F. Windows color (decimal): -15776241 or 1000975. OLE color: 1000975.

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

Color convert

RGB 15 70 15 -
CMYK 0.79 0 0.79 0.73
HSL 120º 0.65% 0.17% -
HSV(B) 120º 0.79% 0.27% -
XYZ 2.47 4.52 1.19 -
YUV 47.29 109.78 104.97 -
System Red Green Blue C M Y K H S L
Decimal 15 70 15 0.79 0 0.79 0.73 120 0.65 0.17
Hex F 46 F 4F 0 4F 49 78 41 11
Octal 17 106 17 117 0 117 111 170 101 21
Binary 1111 1000110 1111 1001111 0 1001111 1001001 1111000 1000001 10001

Color Harmonies of #0F460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F460F

Black with #0F460F

Text Example


Text Example

White with #0F460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,70,15); }

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

background-color css

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

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

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

border-color css

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

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

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