Html Css Color HEX #125206 Myrtle

📋 copy color: '#125206'

red 18 ◦ green 82 ◦ blue 6

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

Shades of Myrtle #125206

Tints of Myrtle #125206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 77.36%

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

R = 16.98%
G = 77.36%
B = 5.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#125206 (or 0x125206) is known color: Myrtle. HEX triplet: 12, 52 and 06. RGB value is (18,82,6). Sum of RGB (Red+Green+Blue) = 18+82+6=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 82 (32.42% from 255 or 77.36% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 82 - color contains mainly: green. Hex color #125206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125206 is #EDADF9. Grayscale: #363636. Windows color (decimal): -15576570 or 414226. OLE color: 414226.

HSL color Cylindrical-coordinate representation of color #125206: hue angle of 110.53º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125206 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 6 -
CMYK 0.78 0 0.93 0.68
HSL 110.53º 0.86% 0.17% -
HSV(B) 110.53º 0.93% 0.32% -
XYZ 3.3 6.18 1.19 -
YUV 54.2 100.8 102.18 -
System Red Green Blue C M Y K H S L
Decimal 18 82 6 0.78 0 0.93 0.68 110.53 0.86 0.17
Hex 12 52 6 4E 0 5D 44 6F 56 11
Octal 22 122 6 116 0 135 104 157 126 21
Binary 10010 1010010 110 1001110 0 1011101 1000100 1101111 1010110 10001

Color Harmonies of #125206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125206

Black with #125206

Text Example


Text Example

White with #125206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125206; }

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

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

background-color css

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

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

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

border-color css

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

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

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