Html Css Color HEX #124006 Myrtle

📋 copy color: '#124006'

red 18 ◦ green 64 ◦ blue 6

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

Shades of Myrtle #124006

Tints of Myrtle #124006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 72.73%

 BLUE value IS 6 (2.73% from 255) = 6.82%

R = 20.45%
G = 72.73%
B = 6.82%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#124006 (or 0x124006) is known color: Myrtle. HEX triplet: 12, 40 and 06. RGB value is (18,64,6). Sum of RGB (Red+Green+Blue) = 18+64+6=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #124006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124006 is #EDBFF9. Grayscale: #2B2B2B. Windows color (decimal): -15581178 or 409618. OLE color: 409618.

HSL color Cylindrical-coordinate representation of color #124006: hue angle of 107.59º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124006 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 64 6 -
CMYK 0.72 0 0.91 0.75
HSL 107.59º 0.83% 0.14% -
HSV(B) 107.59º 0.91% 0.25% -
XYZ 2.12 3.81 0.8 -
YUV 43.63 106.76 109.72 -
System Red Green Blue C M Y K H S L
Decimal 18 64 6 0.72 0 0.91 0.75 107.59 0.83 0.14
Hex 12 40 6 48 0 5B 4B 6C 53 E
Octal 22 100 6 110 0 133 113 154 123 16
Binary 10010 1000000 110 1001000 0 1011011 1001011 1101100 1010011 1110

Color Harmonies of #124006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124006

Black with #124006

Text Example


Text Example

White with #124006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124006; }

 p { color: rgb(18,64,6); }

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

background-color css

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

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

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

border-color css

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

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

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