Html Css Color HEX #124506 Myrtle

📋 copy color: '#124506'

red 18 ◦ green 69 ◦ blue 6

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

Shades of Myrtle #124506

Tints of Myrtle #124506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 74.19%

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

R = 19.35%
G = 74.19%
B = 6.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#124506 (or 0x124506) is known color: Myrtle. HEX triplet: 12, 45 and 06. RGB value is (18,69,6). Sum of RGB (Red+Green+Blue) = 18+69+6=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 69 (27.34% from 255 or 74.19% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 69 - color contains mainly: green. Hex color #124506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124506 is #EDBAF9. Grayscale: #2E2E2E. Windows color (decimal): -15579898 or 410898. OLE color: 410898.

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

Color convert

RGB 18 69 6 -
CMYK 0.74 0 0.91 0.73
HSL 108.57º 0.84% 0.15% -
HSV(B) 108.57º 0.91% 0.27% -
XYZ 2.41 4.4 0.89 -
YUV 46.57 105.1 107.62 -
System Red Green Blue C M Y K H S L
Decimal 18 69 6 0.74 0 0.91 0.73 108.57 0.84 0.15
Hex 12 45 6 4A 0 5B 49 6D 54 F
Octal 22 105 6 112 0 133 111 155 124 17
Binary 10010 1000101 110 1001010 0 1011011 1001001 1101101 1010100 1111

Color Harmonies of #124506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124506

Black with #124506

Text Example


Text Example

White with #124506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124506; }

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

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

background-color css

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

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

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

border-color css

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

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

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