#124701

Color #124701 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #124701

Tints of Myrtle #124701

Color information

#124701 (or 0x124701) is unknown color: approx Myrtle. HEX triplet: 12, 47 and 01. RGB value is (18,71,1). Sum of RGB (Red+Green+Blue) = 18+71+1=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #124701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124701 is #EDB8FE. Grayscale: #2F2F2F. Windows color (decimal): -15579391 or 83730. OLE color: 83730.

HSL color Cylindrical-coordinate representation of color #124701: hue angle of 105.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #124701 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB18711-
CMYK0.7500.990.72
HSL105.43º97.22%14.12%-
HSV(B)105.43º98.59%27.84%-
XYZ2.514.640.79-
YUV47.17101.94107.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 71 (28.12% from 255) = 78.89%
BLUE value IS 1 (0.78% from 255) = 1.11%
R=20%
G=78.89%
B=1.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal187110.7500.990.72105.4397.2214.12
Hex124714B063486961e
Octal221071113014311015114116
Binary10010100011111001011011000111001000110100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124701; }

 p { color: rgb(18,71,1); }

 H1.HeaderClassName
 {
   color: #124701;
 }
 .AnyTagClassName
 {
   color: #124701;
 }
</style>
background-color css

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

 a { background-color: rgb(18,71,1); }

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

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

 span { border-color: rgb(18,71,1); }

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