Html Css Color HEX #125B18 Myrtle

📋 copy color: '#125B18'

red 18 ◦ green 91 ◦ blue 24

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

Shades of Myrtle #125B18

Tints of Myrtle #125B18

RGB

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

 GREEN value IS 91 (35.94% from 255) = 68.42%

 BLUE value IS 24 (9.77% from 255) = 18.05%

R = 13.53%
G = 68.42%
B = 18.05%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#125B18 (or 0x125B18) is known color: Myrtle. HEX triplet: 12, 5B and 18. RGB value is (18,91,24). Sum of RGB (Red+Green+Blue) = 18+91+24=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 91 (35.94% from 255 or 68.42% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 91 - color contains mainly: green. Hex color #125B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B18 is #EDA4E7. Grayscale: #3D3D3D. Windows color (decimal): -15574248 or 1596178. OLE color: 1596178.

HSL color Cylindrical-coordinate representation of color #125B18: hue angle of 124.93º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B18 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 91 24 -
CMYK 0.80 0 0.74 0.64
HSL 124.93º 0.67% 0.21% -
HSV(B) 124.93º 0.8% 0.36% -
XYZ 4.16 7.68 2.13 -
YUV 61.54 106.82 96.95 -
System Red Green Blue C M Y K H S L
Decimal 18 91 24 0.80 0 0.74 0.64 124.93 0.67 0.21
Hex 12 5B 18 50 0 4A 40 7D 43 15
Octal 22 133 30 120 0 112 100 175 103 25
Binary 10010 1011011 11000 1010000 0 1001010 1000000 1111101 1000011 10101

Color Harmonies of #125B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B18

Black with #125B18

Text Example


Text Example

White with #125B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,91,24); }

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

background-color css

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

 a { background-color: rgb(18,91,24); }

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

border-color css

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

 span { border-color: rgb(18,91,24); }

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