Html Css Color HEX #125B11 Myrtle

📋 copy color: '#125B11'

red 18 ◦ green 91 ◦ blue 17

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

Shades of Myrtle #125B11

Tints of Myrtle #125B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 72.22%

 BLUE value IS 17 (7.03% from 255) = 13.49%

R = 14.29%
G = 72.22%
B = 13.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#125B11 (or 0x125B11) is known color: Myrtle. HEX triplet: 12, 5B and 11. RGB value is (18,91,17). Sum of RGB (Red+Green+Blue) = 18+91+17=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 91 (35.94% from 255 or 72.22% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 91 - color contains mainly: green. Hex color #125B11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B11 is #EDA4EE. Grayscale: #3C3C3C. Windows color (decimal): -15574255 or 1137426. OLE color: 1137426.

HSL color Cylindrical-coordinate representation of color #125B11: hue angle of 119.19º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125B11 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 91 17 -
CMYK 0.80 0 0.81 0.64
HSL 119.19º 0.69% 0.21% -
HSV(B) 119.19º 0.81% 0.36% -
XYZ 4.09 7.65 1.79 -
YUV 60.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 18 91 17 0.80 0 0.81 0.64 119.19 0.69 0.21
Hex 12 5B 11 50 0 51 40 77 45 15
Octal 22 133 21 120 0 121 100 167 105 25
Binary 10010 1011011 10001 1010000 0 1010001 1000000 1110111 1000101 10101

Color Harmonies of #125B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B11

Black with #125B11

Text Example


Text Example

White with #125B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125B11; }

 p { color: rgb(18,91,17); }

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

background-color css

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

 a { background-color: rgb(18,91,17); }

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

border-color css

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

 span { border-color: rgb(18,91,17); }

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