Html Css Color HEX #125405 Myrtle

📋 copy color: '#125405'

red 18 ◦ green 84 ◦ blue 5

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

Shades of Myrtle #125405

Tints of Myrtle #125405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 78.5%

 BLUE value IS 5 (2.34% from 255) = 4.67%

R = 16.82%
G = 78.5%
B = 4.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#125405 (or 0x125405) is known color: Myrtle. HEX triplet: 12, 54 and 05. RGB value is (18,84,5). Sum of RGB (Red+Green+Blue) = 18+84+5=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 84 (33.20% from 255 or 78.50% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 84 - color contains mainly: green. Hex color #125405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125405 is #EDABFA. Grayscale: #373737. Windows color (decimal): -15576059 or 349202. OLE color: 349202.

HSL color Cylindrical-coordinate representation of color #125405: hue angle of 110.13º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #125405 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 84 5 -
CMYK 0.79 0 0.94 0.67
HSL 110.13º 0.89% 0.17% -
HSV(B) 110.13º 0.94% 0.33% -
XYZ 3.45 6.48 1.21 -
YUV 55.26 99.63 101.42 -
System Red Green Blue C M Y K H S L
Decimal 18 84 5 0.79 0 0.94 0.67 110.13 0.89 0.17
Hex 12 54 5 4F 0 5E 43 6E 59 11
Octal 22 124 5 117 0 136 103 156 131 21
Binary 10010 1010100 101 1001111 0 1011110 1000011 1101110 1011001 10001

Color Harmonies of #125405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125405

Black with #125405

Text Example


Text Example

White with #125405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125405; }

 p { color: rgb(18,84,5); }

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

background-color css

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

 a { background-color: rgb(18,84,5); }

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

border-color css

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

 span { border-color: rgb(18,84,5); }

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