Html Css Color HEX #125800 Myrtle

📋 copy color: '#125800'

red 18 ◦ green 88 ◦ blue 0

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

Shades of Myrtle #125800

Tints of Myrtle #125800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 83.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 16.98%
G = 83.02%
B = 0%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#125800 (or 0x125800) is known color: Myrtle. HEX triplet: 12, 58 and 00. RGB value is (18,88,0). Sum of RGB (Red+Green+Blue) = 18+88+0=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 88 (34.77% from 255 or 83.02% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 88 - color contains mainly: green. Hex color #125800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125800 is #EDA7FF. Grayscale: #393939. Windows color (decimal): -15575040 or 22546. OLE color: 22546.

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

Color convert

RGB 18 88 0 -
CMYK 0.80 0 1 0.65
HSL 107.73º 1% 0.17% -
HSV(B) 107.73º 1% 0.35% -
XYZ 3.74 7.11 1.17 -
YUV 57.04 95.81 100.16 -
System Red Green Blue C M Y K H S L
Decimal 18 88 0 0.80 0 1 0.65 107.73 1 0.17
Hex 12 58 0 50 0 64 41 6C 64 11
Octal 22 130 0 120 0 144 101 154 144 21
Binary 10010 1011000 0 1010000 0 1100100 1000001 1101100 1100100 10001

Color Harmonies of #125800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125800

Black with #125800

Text Example


Text Example

White with #125800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125800; }

 p { color: rgb(18,88,0); }

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

background-color css

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

 a { background-color: rgb(18,88,0); }

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

border-color css

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

 span { border-color: rgb(18,88,0); }

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