Html Css Color HEX #124600 Myrtle

📋 copy color: '#124600'

red 18 ◦ green 70 ◦ blue 0

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

Shades of Myrtle #124600

Tints of Myrtle #124600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 79.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.45%
G = 79.55%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#124600 (or 0x124600) is known color: Myrtle. HEX triplet: 12, 46 and 00. RGB value is (18,70,0). Sum of RGB (Red+Green+Blue) = 18+70+0=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 70 (27.73% from 255 or 79.55% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 70 - color contains mainly: green. Hex color #124600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124600 is #EDB9FF. Grayscale: #2E2E2E. Windows color (decimal): -15579648 or 17938. OLE color: 17938.

HSL color Cylindrical-coordinate representation of color #124600: hue angle of 104.57º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #124600 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 70 0 -
CMYK 0.74 0 1 0.73
HSL 104.57º 1% 0.14% -
HSV(B) 104.57º 1% 0.27% -
XYZ 2.44 4.51 0.74 -
YUV 46.47 101.77 107.69 -
System Red Green Blue C M Y K H S L
Decimal 18 70 0 0.74 0 1 0.73 104.57 1 0.14
Hex 12 46 0 4A 0 64 49 69 64 E
Octal 22 106 0 112 0 144 111 151 144 16
Binary 10010 1000110 0 1001010 0 1100100 1001001 1101001 1100100 1110

Color Harmonies of #124600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124600

Black with #124600

Text Example


Text Example

White with #124600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124600; }

 p { color: rgb(18,70,0); }

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

background-color css

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

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

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

border-color css

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

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

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