Html Css Color HEX #125A05 Myrtle

📋 copy color: '#125A05'

red 18 ◦ green 90 ◦ blue 5

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

Shades of Myrtle #125A05

Tints of Myrtle #125A05

RGB

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

 GREEN value IS 90 (35.55% from 255) = 79.65%

 BLUE value IS 5 (2.34% from 255) = 4.42%

R = 15.93%
G = 79.65%
B = 4.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#125A05 (or 0x125A05) is known color: Myrtle. HEX triplet: 12, 5A and 05. RGB value is (18,90,5). Sum of RGB (Red+Green+Blue) = 18+90+5=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #125A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A05 is #EDA5FA. Grayscale: #3B3B3B. Windows color (decimal): -15574523 or 350738. OLE color: 350738.

HSL color Cylindrical-coordinate representation of color #125A05: hue angle of 110.82º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #125A05 is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 90 5 -
CMYK 0.80 0 0.94 0.65
HSL 110.82º 0.89% 0.19% -
HSV(B) 110.82º 0.94% 0.35% -
XYZ 3.93 7.45 1.37 -
YUV 58.78 97.65 98.91 -
System Red Green Blue C M Y K H S L
Decimal 18 90 5 0.80 0 0.94 0.65 110.82 0.89 0.19
Hex 12 5A 5 50 0 5E 41 6F 59 13
Octal 22 132 5 120 0 136 101 157 131 23
Binary 10010 1011010 101 1010000 0 1011110 1000001 1101111 1011001 10011

Color Harmonies of #125A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A05

Black with #125A05

Text Example


Text Example

White with #125A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,90,5); }

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

background-color css

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

 a { background-color: rgb(18,90,5); }

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

border-color css

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

 span { border-color: rgb(18,90,5); }

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