Html Css Color HEX #125C0D Myrtle

📋 copy color: '#125C0D'

red 18 ◦ green 92 ◦ blue 13

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

Shades of Myrtle #125C0D

Tints of Myrtle #125C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 74.8%

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

R = 14.63%
G = 74.8%
B = 10.57%

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

#125C0D (or 0x125C0D) is known color: Myrtle. HEX triplet: 12, 5C and 0D. RGB value is (18,92,13). Sum of RGB (Red+Green+Blue) = 18+92+13=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 92 (36.33% from 255 or 74.80% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 92 - color contains mainly: green. Hex color #125C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125C0D is #EDA3F2. Grayscale: #3D3D3D. Windows color (decimal): -15574003 or 875538. OLE color: 875538.

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

Color convert

RGB 18 92 13 -
CMYK 0.80 0 0.86 0.64
HSL 116.2º 0.75% 0.21% -
HSV(B) 116.2º 0.86% 0.36% -
XYZ 4.15 7.81 1.67 -
YUV 60.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 18 92 13 0.80 0 0.86 0.64 116.2 0.75 0.21
Hex 12 5C D 50 0 56 40 74 4B 15
Octal 22 134 15 120 0 126 100 164 113 25
Binary 10010 1011100 1101 1010000 0 1010110 1000000 1110100 1001011 10101

Color Harmonies of #125C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C0D

Black with #125C0D

Text Example


Text Example

White with #125C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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