Html Css Color HEX #125214 Myrtle

📋 copy color: '#125214'

red 18 ◦ green 82 ◦ blue 20

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

Shades of Myrtle #125214

Tints of Myrtle #125214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.67%

R = 15%
G = 68.33%
B = 16.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#125214 (or 0x125214) is known color: Myrtle. HEX triplet: 12, 52 and 14. RGB value is (18,82,20). Sum of RGB (Red+Green+Blue) = 18+82+20=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #125214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125214 is #EDADEB. Grayscale: #373737. Windows color (decimal): -15576556 or 1331730. OLE color: 1331730.

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

Color convert

RGB 18 82 20 -
CMYK 0.78 0 0.76 0.68
HSL 121.88º 0.64% 0.2% -
HSV(B) 121.88º 0.78% 0.32% -
XYZ 3.39 6.21 1.68 -
YUV 55.8 107.8 101.04 -
System Red Green Blue C M Y K H S L
Decimal 18 82 20 0.78 0 0.76 0.68 121.88 0.64 0.2
Hex 12 52 14 4E 0 4C 44 7A 40 14
Octal 22 122 24 116 0 114 104 172 100 24
Binary 10010 1010010 10100 1001110 0 1001100 1000100 1111010 1000000 10100

Color Harmonies of #125214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125214

Black with #125214

Text Example


Text Example

White with #125214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125214; }

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

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

background-color css

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

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

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

border-color css

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

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

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