Html Css Color HEX #125B03 Myrtle

📋 copy color: '#125B03'

red 18 ◦ green 91 ◦ blue 3

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

Shades of Myrtle #125B03

Tints of Myrtle #125B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.68%

R = 16.07%
G = 81.25%
B = 2.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#125B03 (or 0x125B03) is known color: Myrtle. HEX triplet: 12, 5B and 03. RGB value is (18,91,3). Sum of RGB (Red+Green+Blue) = 18+91+3=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 91 (35.94% from 255 or 81.25% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 91 - color contains mainly: green. Hex color #125B03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B03 is #EDA4FC. Grayscale: #3B3B3B. Windows color (decimal): -15574269 or 219922. OLE color: 219922.

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

Color convert

RGB 18 91 3 -
CMYK 0.80 0 0.97 0.64
HSL 109.77º 0.94% 0.18% -
HSV(B) 109.77º 0.97% 0.36% -
XYZ 4.01 7.62 1.35 -
YUV 59.14 96.32 98.66 -
System Red Green Blue C M Y K H S L
Decimal 18 91 3 0.80 0 0.97 0.64 109.77 0.94 0.18
Hex 12 5B 3 50 0 61 40 6E 5E 12
Octal 22 133 3 120 0 141 100 156 136 22
Binary 10010 1011011 11 1010000 0 1100001 1000000 1101110 1011110 10010

Color Harmonies of #125B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B03

Black with #125B03

Text Example


Text Example

White with #125B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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