#125A08

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

Shades of Myrtle #125A08

Tints of Myrtle #125A08

Color information

#125A08 (or 0x125A08) is unknown color: approx Myrtle. HEX triplet: 12, 5A and 08. RGB value is (18,90,8). Sum of RGB (Red+Green+Blue) = 18+90+8=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 90 (35.55% from 255 or 77.59% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 90 - color contains mainly: green. Hex color #125A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A08 is #EDA5F7. Grayscale: #3B3B3B. Windows color (decimal): -15574520 or 547346. OLE color: 547346.

HSL color Cylindrical-coordinate representation of color #125A08: hue angle of 112.68º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125A08 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB18908-
CMYK0.8000.910.65
HSL112.68º83.67%19.22%-
HSV(B)112.68º91.11%35.29%-
XYZ3.957.461.46-
YUV59.1299.1598.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 90 (35.55% from 255) = 77.59%
BLUE value IS 8 (3.52% from 255) = 6.90%
R=15.52%
G=77.59%
B=6.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189080.8000.910.65112.6883.6719.22
Hex125A85005B41715413
Octal2213210120013310116112423
Binary100101011010100010100000101101110000011110001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,90,8); }

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

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

 a { background-color: rgb(18,90,8); }

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

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

 span { border-color: rgb(18,90,8); }

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