Html Css Color HEX #0F4E16 Myrtle

📋 copy color: '#0F4E16'

red 15 ◦ green 78 ◦ blue 22

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

Shades of Myrtle #0F4E16

Tints of Myrtle #0F4E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 67.83%

 BLUE value IS 22 (8.98% from 255) = 19.13%

R = 13.04%
G = 67.83%
B = 19.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#0F4E16 (or 0x0F4E16) is known color: Myrtle. HEX triplet: 0F, 4E and 16. RGB value is (15,78,22). Sum of RGB (Red+Green+Blue) = 15+78+22=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 78 (30.86% from 255 or 67.83% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 78 - color contains mainly: green. Hex color #0F4E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F4E16 is #F0B1E9. Grayscale: #343434. Windows color (decimal): -15774186 or 1461775. OLE color: 1461775.

HSL color Cylindrical-coordinate representation of color #0F4E16: hue angle of 126.67º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4E16 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 78 22 -
CMYK 0.81 0 0.72 0.69
HSL 126.67º 0.68% 0.18% -
HSV(B) 126.67º 0.81% 0.31% -
XYZ 3.07 5.61 1.68 -
YUV 52.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 15 78 22 0.81 0 0.72 0.69 126.67 0.68 0.18
Hex F 4E 16 51 0 48 45 7F 44 12
Octal 17 116 26 121 0 110 105 177 104 22
Binary 1111 1001110 10110 1010001 0 1001000 1000101 1111111 1000100 10010

Color Harmonies of #0F4E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4E16

Black with #0F4E16

Text Example


Text Example

White with #0F4E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,78,22); }

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

background-color css

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

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

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

border-color css

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

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

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