Html Css Color HEX #125300 Myrtle

📋 copy color: '#125300'

red 18 ◦ green 83 ◦ blue 0

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

Shades of Myrtle #125300

Tints of Myrtle #125300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 82.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17.82%
G = 82.18%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#125300 (or 0x125300) is known color: Myrtle. HEX triplet: 12, 53 and 00. RGB value is (18,83,0). Sum of RGB (Red+Green+Blue) = 18+83+0=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 83 (32.81% from 255 or 82.18% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 83 - color contains mainly: green. Hex color #125300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125300 is #EDACFF. Grayscale: #363636. Windows color (decimal): -15576320 or 21266. OLE color: 21266.

HSL color Cylindrical-coordinate representation of color #125300: hue angle of 106.99º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #125300 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 0 -
CMYK 0.78 0 1 0.67
HSL 106.99º 1% 0.16% -
HSV(B) 106.99º 1% 0.33% -
XYZ 3.34 6.32 1.04 -
YUV 54.1 97.47 102.25 -
System Red Green Blue C M Y K H S L
Decimal 18 83 0 0.78 0 1 0.67 106.99 1 0.16
Hex 12 53 0 4E 0 64 43 6B 64 10
Octal 22 123 0 116 0 144 103 153 144 20
Binary 10010 1010011 0 1001110 0 1100100 1000011 1101011 1100100 10000

Color Harmonies of #125300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125300

Black with #125300

Text Example


Text Example

White with #125300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125300; }

 p { color: rgb(18,83,0); }

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

background-color css

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

 a { background-color: rgb(18,83,0); }

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

border-color css

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

 span { border-color: rgb(18,83,0); }

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