Html Css Color HEX #125D09 Myrtle

📋 copy color: '#125D09'

red 18 ◦ green 93 ◦ blue 9

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

Shades of Myrtle #125D09

Tints of Myrtle #125D09

RGB

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

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

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

R = 15%
G = 77.5%
B = 7.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#125D09 (or 0x125D09) is known color: Myrtle. HEX triplet: 12, 5D and 09. RGB value is (18,93,9). Sum of RGB (Red+Green+Blue) = 18+93+9=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 93 (36.72% from 255 or 77.5% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 93 - color contains mainly: green. Hex color #125D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125D09 is #EDA2F6. Grayscale: #3D3D3D. Windows color (decimal): -15573751 or 613650. OLE color: 613650.

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

Color convert

RGB 18 93 9 -
CMYK 0.81 0 0.90 0.64
HSL 113.57º 0.82% 0.2% -
HSV(B) 113.57º 0.9% 0.36% -
XYZ 4.21 7.98 1.58 -
YUV 61 98.65 97.33 -
System Red Green Blue C M Y K H S L
Decimal 18 93 9 0.81 0 0.90 0.64 113.57 0.82 0.2
Hex 12 5D 9 51 0 5A 40 72 52 14
Octal 22 135 11 121 0 132 100 162 122 24
Binary 10010 1011101 1001 1010001 0 1011010 1000000 1110010 1010010 10100

Color Harmonies of #125D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D09

Black with #125D09

Text Example


Text Example

White with #125D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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