Html Css Color HEX #125F09 Myrtle

📋 copy color: '#125F09'

red 18 ◦ green 95 ◦ blue 9

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

Shades of Myrtle #125F09

Tints of Myrtle #125F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 77.87%

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

R = 14.75%
G = 77.87%
B = 7.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.63

RGB Variations

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

Color information

#125F09 (or 0x125F09) is known color: Myrtle. HEX triplet: 12, 5F and 09. RGB value is (18,95,9). Sum of RGB (Red+Green+Blue) = 18+95+9=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 95 (37.5% from 255 or 77.87% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 95 - color contains mainly: green. Hex color #125F09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125F09 is #EDA0F6. Grayscale: #3E3E3E. Windows color (decimal): -15573239 or 614162. OLE color: 614162.

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

Color convert

RGB 18 95 9 -
CMYK 0.81 0 0.91 0.63
HSL 113.72º 0.83% 0.2% -
HSV(B) 113.72º 0.91% 0.37% -
XYZ 4.39 8.33 1.64 -
YUV 62.17 97.99 96.49 -
System Red Green Blue C M Y K H S L
Decimal 18 95 9 0.81 0 0.91 0.63 113.72 0.83 0.2
Hex 12 5F 9 51 0 5B 3F 72 53 14
Octal 22 137 11 121 0 133 77 162 123 24
Binary 10010 1011111 1001 1010001 0 1011011 111111 1110010 1010011 10100

Color Harmonies of #125F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F09

Black with #125F09

Text Example


Text Example

White with #125F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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