Html Css Color HEX #0F5517 Myrtle

📋 copy color: '#0F5517'

red 15 ◦ green 85 ◦ blue 23

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

Shades of Myrtle #0F5517

Tints of Myrtle #0F5517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 69.11%

 BLUE value IS 23 (9.38% from 255) = 18.7%

R = 12.2%
G = 69.11%
B = 18.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#0F5517 (or 0x0F5517) is known color: Myrtle. HEX triplet: 0F, 55 and 17. RGB value is (15,85,23). Sum of RGB (Red+Green+Blue) = 15+85+23=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5517 is #F0AAE8. Grayscale: #393939. Windows color (decimal): -15772393 or 1529103. OLE color: 1529103.

HSL color Cylindrical-coordinate representation of color #0F5517: hue angle of 126.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5517 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 85 23 -
CMYK 0.82 0 0.73 0.67
HSL 126.86º 0.7% 0.2% -
HSV(B) 126.86º 0.82% 0.33% -
XYZ 3.6 6.66 1.91 -
YUV 57 108.81 98.04 -
System Red Green Blue C M Y K H S L
Decimal 15 85 23 0.82 0 0.73 0.67 126.86 0.7 0.2
Hex F 55 17 52 0 49 43 7F 46 14
Octal 17 125 27 122 0 111 103 177 106 24
Binary 1111 1010101 10111 1010010 0 1001001 1000011 1111111 1000110 10100

Color Harmonies of #0F5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5517

Black with #0F5517

Text Example


Text Example

White with #0F5517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,85,23); }

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

background-color css

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

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

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

border-color css

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

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

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