Html Css Color HEX #12500C Myrtle

📋 copy color: '#12500C'

red 18 ◦ green 80 ◦ blue 12

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

Shades of Myrtle #12500C

Tints of Myrtle #12500C

RGB

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

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

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

R = 16.36%
G = 72.73%
B = 10.91%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#12500C (or 0x12500C) is known color: Myrtle. HEX triplet: 12, 50 and 0C. RGB value is (18,80,12). Sum of RGB (Red+Green+Blue) = 18+80+12=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 80 (31.64% from 255 or 72.73% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 80 - color contains mainly: green. Hex color #12500C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12500C is #EDAFF3. Grayscale: #353535. Windows color (decimal): -15577076 or 806930. OLE color: 806930.

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

Color convert

RGB 18 80 12 -
CMYK 0.78 0 0.85 0.69
HSL 114.71º 0.74% 0.18% -
HSV(B) 114.71º 0.85% 0.31% -
XYZ 3.18 5.89 1.32 -
YUV 53.71 104.46 102.53 -
System Red Green Blue C M Y K H S L
Decimal 18 80 12 0.78 0 0.85 0.69 114.71 0.74 0.18
Hex 12 50 C 4E 0 55 45 73 4A 12
Octal 22 120 14 116 0 125 105 163 112 22
Binary 10010 1010000 1100 1001110 0 1010101 1000101 1110011 1001010 10010

Color Harmonies of #12500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12500C

Black with #12500C

Text Example


Text Example

White with #12500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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