Html Css Color HEX #125D05 Myrtle

📋 copy color: '#125D05'

red 18 ◦ green 93 ◦ blue 5

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

Shades of Myrtle #125D05

Tints of Myrtle #125D05

RGB

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

 GREEN value IS 93 (36.72% from 255) = 80.17%

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

R = 15.52%
G = 80.17%
B = 4.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#125D05 (or 0x125D05) is known color: Myrtle. HEX triplet: 12, 5D and 05. RGB value is (18,93,5). Sum of RGB (Red+Green+Blue) = 18+93+5=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 93 (36.72% from 255 or 80.17% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 93 - color contains mainly: green. Hex color #125D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125D05 is #EDA2FA. Grayscale: #3C3C3C. Windows color (decimal): -15573755 or 351506. OLE color: 351506.

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

Color convert

RGB 18 93 5 -
CMYK 0.81 0 0.95 0.64
HSL 111.14º 0.9% 0.19% -
HSV(B) 111.14º 0.95% 0.36% -
XYZ 4.19 7.97 1.46 -
YUV 60.54 96.65 97.66 -
System Red Green Blue C M Y K H S L
Decimal 18 93 5 0.81 0 0.95 0.64 111.14 0.9 0.19
Hex 12 5D 5 51 0 5F 40 6F 5A 13
Octal 22 135 5 121 0 137 100 157 132 23
Binary 10010 1011101 101 1010001 0 1011111 1000000 1101111 1011010 10011

Color Harmonies of #125D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D05

Black with #125D05

Text Example


Text Example

White with #125D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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