Html Css Color HEX #125B0B Myrtle

📋 copy color: '#125B0B'

red 18 ◦ green 91 ◦ blue 11

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

Shades of Myrtle #125B0B

Tints of Myrtle #125B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.17%

R = 15%
G = 75.83%
B = 9.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#125B0B (or 0x125B0B) is known color: Myrtle. HEX triplet: 12, 5B and 0B. RGB value is (18,91,11). Sum of RGB (Red+Green+Blue) = 18+91+11=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 91 (35.94% from 255 or 75.83% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 91 - color contains mainly: green. Hex color #125B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B0B is #EDA4F4. Grayscale: #3C3C3C. Windows color (decimal): -15574261 or 744210. OLE color: 744210.

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

Color convert

RGB 18 91 11 -
CMYK 0.80 0 0.88 0.64
HSL 114.75º 0.78% 0.2% -
HSV(B) 114.75º 0.88% 0.36% -
XYZ 4.05 7.63 1.58 -
YUV 60.05 100.32 98 -
System Red Green Blue C M Y K H S L
Decimal 18 91 11 0.80 0 0.88 0.64 114.75 0.78 0.2
Hex 12 5B B 50 0 58 40 73 4E 14
Octal 22 133 13 120 0 130 100 163 116 24
Binary 10010 1011011 1011 1010000 0 1011000 1000000 1110011 1001110 10100

Color Harmonies of #125B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B0B

Black with #125B0B

Text Example


Text Example

White with #125B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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