Html Css Color HEX #115F0C Myrtle

📋 copy color: '#115F0C'

red 17 ◦ green 95 ◦ blue 12

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

Shades of Myrtle #115F0C

Tints of Myrtle #115F0C

RGB

 RED value IS 17 (7.03% from 255) = 13.71%

 GREEN value IS 95 (37.5% from 255) = 76.61%

 BLUE value IS 12 (5.08% from 255) = 9.68%

R = 13.71%
G = 76.61%
B = 9.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0.63

RGB Variations

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

Color information

#115F0C (or 0x115F0C) is known color: Myrtle. HEX triplet: 11, 5F and 0C. RGB value is (17,95,12). Sum of RGB (Red+Green+Blue) = 17+95+12=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 95 (37.5% from 255 or 76.61% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 95 - color contains mainly: green. Hex color #115F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115F0C is #EEA0F3. Grayscale: #3E3E3E. Windows color (decimal): -15638772 or 810769. OLE color: 810769.

HSL color Cylindrical-coordinate representation of color #115F0C: hue angle of 116.39º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115F0C is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 95 12 -
CMYK 0.82 0 0.87 0.63
HSL 116.39º 0.78% 0.21% -
HSV(B) 116.39º 0.87% 0.37% -
XYZ 4.39 8.33 1.72 -
YUV 62.22 99.66 95.75 -
System Red Green Blue C M Y K H S L
Decimal 17 95 12 0.82 0 0.87 0.63 116.39 0.78 0.21
Hex 11 5F C 52 0 57 3F 74 4E 15
Octal 21 137 14 122 0 127 77 164 116 25
Binary 10001 1011111 1100 1010010 0 1010111 111111 1110100 1001110 10101

Color Harmonies of #115F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115F0C

Black with #115F0C

Text Example


Text Example

White with #115F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115F0C; }

 p { color: rgb(17,95,12); }

 H1.HeaderClassName
 {
   color: #115F0C;
 }
 .AnyTagClassName
 {
   color: #115F0C;
 }
</style>

background-color css

<style>
 a { background-color: #115F0C; }

 a { background-color: rgb(17,95,12); }

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

border-color css

<style>
 span { border-color: #115F0C; }

 span { border-color: rgb(17,95,12); }

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