Html Css Color HEX #125E09 Myrtle

📋 copy color: '#125E09'

red 18 ◦ green 94 ◦ blue 9

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

Shades of Myrtle #125E09

Tints of Myrtle #125E09

RGB

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

 GREEN value IS 94 (37.11% from 255) = 77.69%

 BLUE value IS 9 (3.91% from 255) = 7.44%

R = 14.88%
G = 77.69%
B = 7.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.63

RGB Variations

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

Color information

#125E09 (or 0x125E09) is known color: Myrtle. HEX triplet: 12, 5E and 09. RGB value is (18,94,9). Sum of RGB (Red+Green+Blue) = 18+94+9=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 94 (37.11% from 255 or 77.69% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 94 - color contains mainly: green. Hex color #125E09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125E09 is #EDA1F6. Grayscale: #3D3D3D. Windows color (decimal): -15573495 or 613906. OLE color: 613906.

HSL color Cylindrical-coordinate representation of color #125E09: hue angle of 113.65º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125E09 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 94 9 -
CMYK 0.81 0 0.90 0.63
HSL 113.65º 0.83% 0.2% -
HSV(B) 113.65º 0.9% 0.37% -
XYZ 4.3 8.15 1.61 -
YUV 61.59 98.32 96.91 -
System Red Green Blue C M Y K H S L
Decimal 18 94 9 0.81 0 0.90 0.63 113.65 0.83 0.2
Hex 12 5E 9 51 0 5A 3F 72 53 14
Octal 22 136 11 121 0 132 77 162 123 24
Binary 10010 1011110 1001 1010001 0 1011010 111111 1110010 1010011 10100

Color Harmonies of #125E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E09

Black with #125E09

Text Example


Text Example

White with #125E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,94,9); }

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

background-color css

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

 a { background-color: rgb(18,94,9); }

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

border-color css

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

 span { border-color: rgb(18,94,9); }

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