Html Css Color HEX #12500F Myrtle

📋 copy color: '#12500F'

red 18 ◦ green 80 ◦ blue 15

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

Shades of Myrtle #12500F

Tints of Myrtle #12500F

RGB

 RED value IS 18 (7.42% from 255) = 15.93%

 GREEN value IS 80 (31.64% from 255) = 70.8%

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

R = 15.93%
G = 70.8%
B = 13.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#12500F (or 0x12500F) is known color: Myrtle. HEX triplet: 12, 50 and 0F. RGB value is (18,80,15). Sum of RGB (Red+Green+Blue) = 18+80+15=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #12500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12500F is #EDAFF0. Grayscale: #363636. Windows color (decimal): -15577073 or 1003538. OLE color: 1003538.

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

Color convert

RGB 18 80 15 -
CMYK 0.78 0 0.81 0.69
HSL 117.23º 0.68% 0.19% -
HSV(B) 117.23º 0.81% 0.31% -
XYZ 3.2 5.9 1.42 -
YUV 54.05 105.96 102.29 -
System Red Green Blue C M Y K H S L
Decimal 18 80 15 0.78 0 0.81 0.69 117.23 0.68 0.19
Hex 12 50 F 4E 0 51 45 75 44 13
Octal 22 120 17 116 0 121 105 165 104 23
Binary 10010 1010000 1111 1001110 0 1010001 1000101 1110101 1000100 10011

Color Harmonies of #12500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12500F

Black with #12500F

Text Example


Text Example

White with #12500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12500F; }

 p { color: rgb(18,80,15); }

 H1.HeaderClassName
 {
   color: #12500F;
 }
 .AnyTagClassName
 {
   color: #12500F;
 }
</style>

background-color css

<style>
 a { background-color: #12500F; }

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

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

border-color css

<style>
 span { border-color: #12500F; }

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

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