Html Css Color HEX #125C05 Myrtle

📋 copy color: '#125C05'

red 18 ◦ green 92 ◦ blue 5

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

Shades of Myrtle #125C05

Tints of Myrtle #125C05

RGB

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

 GREEN value IS 92 (36.33% from 255) = 80%

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

R = 15.65%
G = 80%
B = 4.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#125C05 (or 0x125C05) is known color: Myrtle. HEX triplet: 12, 5C and 05. RGB value is (18,92,5). Sum of RGB (Red+Green+Blue) = 18+92+5=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 92 (36.33% from 255 or 80% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 92 - color contains mainly: green. Hex color #125C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125C05 is #EDA3FA. Grayscale: #3C3C3C. Windows color (decimal): -15574011 or 351250. OLE color: 351250.

HSL color Cylindrical-coordinate representation of color #125C05: hue angle of 111.03º 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 #125C05 is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 92 5 -
CMYK 0.80 0 0.95 0.64
HSL 111.03º 0.9% 0.19% -
HSV(B) 111.03º 0.95% 0.36% -
XYZ 4.1 7.79 1.43 -
YUV 59.96 96.98 98.07 -
System Red Green Blue C M Y K H S L
Decimal 18 92 5 0.80 0 0.95 0.64 111.03 0.9 0.19
Hex 12 5C 5 50 0 5F 40 6F 5A 13
Octal 22 134 5 120 0 137 100 157 132 23
Binary 10010 1011100 101 1010000 0 1011111 1000000 1101111 1011010 10011

Color Harmonies of #125C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C05

Black with #125C05

Text Example


Text Example

White with #125C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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