Html Css Color HEX #125306 Myrtle

📋 copy color: '#125306'

red 18 ◦ green 83 ◦ blue 6

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

Shades of Myrtle #125306

Tints of Myrtle #125306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 77.57%

 BLUE value IS 6 (2.73% from 255) = 5.61%

R = 16.82%
G = 77.57%
B = 5.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#125306 (or 0x125306) is known color: Myrtle. HEX triplet: 12, 53 and 06. RGB value is (18,83,6). Sum of RGB (Red+Green+Blue) = 18+83+6=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #125306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125306 is #EDACF9. Grayscale: #373737. Windows color (decimal): -15576314 or 414482. OLE color: 414482.

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

Color convert

RGB 18 83 6 -
CMYK 0.78 0 0.93 0.67
HSL 110.65º 0.87% 0.17% -
HSV(B) 110.65º 0.93% 0.33% -
XYZ 3.38 6.33 1.22 -
YUV 54.79 100.47 101.76 -
System Red Green Blue C M Y K H S L
Decimal 18 83 6 0.78 0 0.93 0.67 110.65 0.87 0.17
Hex 12 53 6 4E 0 5D 43 6F 57 11
Octal 22 123 6 116 0 135 103 157 127 21
Binary 10010 1010011 110 1001110 0 1011101 1000011 1101111 1010111 10001

Color Harmonies of #125306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125306

Black with #125306

Text Example


Text Example

White with #125306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125306; }

 p { color: rgb(18,83,6); }

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

background-color css

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

 a { background-color: rgb(18,83,6); }

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

border-color css

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

 span { border-color: rgb(18,83,6); }

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