Html Css Color HEX #125012 Myrtle

📋 copy color: '#125012'

red 18 ◦ green 80 ◦ blue 18

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

Shades of Myrtle #125012

Tints of Myrtle #125012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.52%

R = 15.52%
G = 68.97%
B = 15.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#125012 (or 0x125012) is known color: Myrtle. HEX triplet: 12, 50 and 12. RGB value is (18,80,18). Sum of RGB (Red+Green+Blue) = 18+80+18=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 80 (31.64% from 255 or 68.97% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 80 - color contains mainly: green. Hex color #125012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125012 is #EDAFED. Grayscale: #363636. Windows color (decimal): -15577070 or 1200146. OLE color: 1200146.

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

Color convert

RGB 18 80 18 -
CMYK 0.78 0 0.78 0.69
HSL 120º 0.63% 0.19% -
HSV(B) 120º 0.78% 0.31% -
XYZ 3.23 5.91 1.54 -
YUV 54.39 107.46 102.04 -
System Red Green Blue C M Y K H S L
Decimal 18 80 18 0.78 0 0.78 0.69 120 0.63 0.19
Hex 12 50 12 4E 0 4E 45 78 3F 13
Octal 22 120 22 116 0 116 105 170 77 23
Binary 10010 1010000 10010 1001110 0 1001110 1000101 1111000 111111 10011

Color Harmonies of #125012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125012

Black with #125012

Text Example


Text Example

White with #125012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125012; }

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

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

background-color css

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

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

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

border-color css

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

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

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