Html Css Color HEX #125B0D Myrtle

📋 copy color: '#125B0D'

red 18 ◦ green 91 ◦ blue 13

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

Shades of Myrtle #125B0D

Tints of Myrtle #125B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.66%

R = 14.75%
G = 74.59%
B = 10.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#125B0D (or 0x125B0D) is known color: Myrtle. HEX triplet: 12, 5B and 0D. RGB value is (18,91,13). Sum of RGB (Red+Green+Blue) = 18+91+13=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 91 (35.94% from 255 or 74.59% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 91 - color contains mainly: green. Hex color #125B0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B0D is #EDA4F2. Grayscale: #3C3C3C. Windows color (decimal): -15574259 or 875282. OLE color: 875282.

HSL color Cylindrical-coordinate representation of color #125B0D: hue angle of 116.15º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125B0D is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 91 13 -
CMYK 0.80 0 0.86 0.64
HSL 116.15º 0.75% 0.2% -
HSV(B) 116.15º 0.86% 0.36% -
XYZ 4.06 7.64 1.64 -
YUV 60.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 18 91 13 0.80 0 0.86 0.64 116.15 0.75 0.2
Hex 12 5B D 50 0 56 40 74 4B 14
Octal 22 133 15 120 0 126 100 164 113 24
Binary 10010 1011011 1101 1010000 0 1010110 1000000 1110100 1001011 10100

Color Harmonies of #125B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B0D

Black with #125B0D

Text Example


Text Example

White with #125B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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