Html Css Color HEX #125008 Myrtle

📋 copy color: '#125008'

red 18 ◦ green 80 ◦ blue 8

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

Shades of Myrtle #125008

Tints of Myrtle #125008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 75.47%

 BLUE value IS 8 (3.52% from 255) = 7.55%

R = 16.98%
G = 75.47%
B = 7.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#125008 (or 0x125008) is known color: Myrtle. HEX triplet: 12, 50 and 08. RGB value is (18,80,8). Sum of RGB (Red+Green+Blue) = 18+80+8=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 80 (31.64% from 255 or 75.47% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 80 - color contains mainly: green. Hex color #125008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125008 is #EDAFF7. Grayscale: #353535. Windows color (decimal): -15577080 or 544786. OLE color: 544786.

HSL color Cylindrical-coordinate representation of color #125008: hue angle of 111.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125008 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 8 -
CMYK 0.78 0 0.90 0.69
HSL 111.67º 0.82% 0.17% -
HSV(B) 111.67º 0.9% 0.31% -
XYZ 3.16 5.88 1.2 -
YUV 53.25 102.46 102.85 -
System Red Green Blue C M Y K H S L
Decimal 18 80 8 0.78 0 0.90 0.69 111.67 0.82 0.17
Hex 12 50 8 4E 0 5A 45 70 52 11
Octal 22 120 10 116 0 132 105 160 122 21
Binary 10010 1010000 1000 1001110 0 1011010 1000101 1110000 1010010 10001

Color Harmonies of #125008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125008

Black with #125008

Text Example


Text Example

White with #125008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125008; }

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

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

background-color css

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

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

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

border-color css

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

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

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