Html Css Color HEX #125908 Myrtle

📋 copy color: '#125908'

red 18 ◦ green 89 ◦ blue 8

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

Shades of Myrtle #125908

Tints of Myrtle #125908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 77.39%

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

R = 15.65%
G = 77.39%
B = 6.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#125908 (or 0x125908) is known color: Myrtle. HEX triplet: 12, 59 and 08. RGB value is (18,89,8). Sum of RGB (Red+Green+Blue) = 18+89+8=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 89 (35.16% from 255 or 77.39% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 89 - color contains mainly: green. Hex color #125908 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125908 is #EDA6F7. Grayscale: #3A3A3A. Windows color (decimal): -15574776 or 547090. OLE color: 547090.

HSL color Cylindrical-coordinate representation of color #125908: hue angle of 112.59º 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 #125908 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 8 -
CMYK 0.80 0 0.91 0.65
HSL 112.59º 0.84% 0.19% -
HSV(B) 112.59º 0.91% 0.35% -
XYZ 3.87 7.29 1.43 -
YUV 58.54 99.48 99.09 -
System Red Green Blue C M Y K H S L
Decimal 18 89 8 0.80 0 0.91 0.65 112.59 0.84 0.19
Hex 12 59 8 50 0 5B 41 71 54 13
Octal 22 131 10 120 0 133 101 161 124 23
Binary 10010 1011001 1000 1010000 0 1011011 1000001 1110001 1010100 10011

Color Harmonies of #125908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125908

Black with #125908

Text Example


Text Example

White with #125908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125908; }

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

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

background-color css

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

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

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

border-color css

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

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

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