Html Css Color HEX #125612 Myrtle

📋 copy color: '#125612'

red 18 ◦ green 86 ◦ blue 18

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

Shades of Myrtle #125612

Tints of Myrtle #125612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 70.49%

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

R = 14.75%
G = 70.49%
B = 14.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#125612 (or 0x125612) is known color: Myrtle. HEX triplet: 12, 56 and 12. RGB value is (18,86,18). Sum of RGB (Red+Green+Blue) = 18+86+18=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 86 (33.98% from 255 or 70.49% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 86 - color contains mainly: green. Hex color #125612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125612 is #EDA9ED. Grayscale: #3A3A3A. Windows color (decimal): -15575534 or 1201682. OLE color: 1201682.

HSL color Cylindrical-coordinate representation of color #125612: hue angle of 120º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125612 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 18 -
CMYK 0.79 0 0.79 0.66
HSL 120º 0.65% 0.2% -
HSV(B) 120º 0.79% 0.34% -
XYZ 3.69 6.83 1.7 -
YUV 57.92 105.47 99.53 -
System Red Green Blue C M Y K H S L
Decimal 18 86 18 0.79 0 0.79 0.66 120 0.65 0.2
Hex 12 56 12 4F 0 4F 42 78 41 14
Octal 22 126 22 117 0 117 102 170 101 24
Binary 10010 1010110 10010 1001111 0 1001111 1000010 1111000 1000001 10100

Color Harmonies of #125612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125612

Black with #125612

Text Example


Text Example

White with #125612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125612; }

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

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

background-color css

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

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

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

border-color css

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

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

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