#125B08

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

Shades of Myrtle #125B08

Tints of Myrtle #125B08

Color information

#125B08 (or 0x125B08) is unknown color: approx Myrtle. HEX triplet: 12, 5B and 08. RGB value is (18,91,8). Sum of RGB (Red+Green+Blue) = 18+91+8=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 91 (35.94% from 255 or 77.78% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 91 - color contains mainly: green. Hex color #125B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B08 is #EDA4F7. Grayscale: #3B3B3B. Windows color (decimal): -15574264 or 547602. OLE color: 547602.

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

Color convert

RGB18918-
CMYK0.8000.910.64
HSL112.77º83.84%19.41%-
HSV(B)112.77º91.21%35.69%-
XYZ4.037.631.49-
YUV59.7198.8298.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 91 (35.94% from 255) = 77.78%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=15.38%
G=77.78%
B=6.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal189180.8000.910.64112.7783.8419.41
Hex125B85005B40715413
Octal2213310120013310016112423
Binary100101011011100010100000101101110000001110001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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