Html Css Color HEX #0F4615 Myrtle

📋 copy color: '#0F4615'

red 15 ◦ green 70 ◦ blue 21

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

Shades of Myrtle #0F4615

Tints of Myrtle #0F4615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.81%

R = 14.15%
G = 66.04%
B = 19.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#0F4615 (or 0x0F4615) is known color: Myrtle. HEX triplet: 0F, 46 and 15. RGB value is (15,70,21). Sum of RGB (Red+Green+Blue) = 15+70+21=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 70 (27.73% from 255 or 66.04% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 70 - color contains mainly: green. Hex color #0F4615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4615 is #F0B9EA. Grayscale: #303030. Windows color (decimal): -15776235 or 1394191. OLE color: 1394191.

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

Color convert

RGB 15 70 21 -
CMYK 0.79 0 0.70 0.73
HSL 126.55º 0.65% 0.17% -
HSV(B) 126.55º 0.79% 0.27% -
XYZ 2.52 4.54 1.45 -
YUV 47.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 15 70 21 0.79 0 0.70 0.73 126.55 0.65 0.17
Hex F 46 15 4F 0 46 49 7F 41 11
Octal 17 106 25 117 0 106 111 177 101 21
Binary 1111 1000110 10101 1001111 0 1000110 1001001 1111111 1000001 10001

Color Harmonies of #0F4615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4615

Black with #0F4615

Text Example


Text Example

White with #0F4615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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