Html Css Color HEX #124707 Myrtle

📋 copy color: '#124707'

red 18 ◦ green 71 ◦ blue 7

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

Shades of Myrtle #124707

Tints of Myrtle #124707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 73.96%

 BLUE value IS 7 (3.13% from 255) = 7.29%

R = 18.75%
G = 73.96%
B = 7.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#124707 (or 0x124707) is known color: Myrtle. HEX triplet: 12, 47 and 07. RGB value is (18,71,7). Sum of RGB (Red+Green+Blue) = 18+71+7=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 71 (28.12% from 255 or 73.96% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 71 - color contains mainly: green. Hex color #124707 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124707 is #EDB8F8. Grayscale: #303030. Windows color (decimal): -15579385 or 476946. OLE color: 476946.

HSL color Cylindrical-coordinate representation of color #124707: hue angle of 109.69º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124707 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 7 -
CMYK 0.75 0 0.90 0.72
HSL 109.69º 0.82% 0.15% -
HSV(B) 109.69º 0.9% 0.28% -
XYZ 2.54 4.65 0.96 -
YUV 47.86 104.94 106.7 -
System Red Green Blue C M Y K H S L
Decimal 18 71 7 0.75 0 0.90 0.72 109.69 0.82 0.15
Hex 12 47 7 4B 0 5A 48 6E 52 F
Octal 22 107 7 113 0 132 110 156 122 17
Binary 10010 1000111 111 1001011 0 1011010 1001000 1101110 1010010 1111

Color Harmonies of #124707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124707

Black with #124707

Text Example


Text Example

White with #124707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124707; }

 p { color: rgb(18,71,7); }

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

background-color css

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

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

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

border-color css

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

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

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