Html Css Color HEX #125707 Myrtle

📋 copy color: '#125707'

red 18 ◦ green 87 ◦ blue 7

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

Shades of Myrtle #125707

Tints of Myrtle #125707

RGB

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

 GREEN value IS 87 (34.38% from 255) = 77.68%

 BLUE value IS 7 (3.13% from 255) = 6.25%

R = 16.07%
G = 77.68%
B = 6.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#125707 (or 0x125707) is known color: Myrtle. HEX triplet: 12, 57 and 07. RGB value is (18,87,7). Sum of RGB (Red+Green+Blue) = 18+87+7=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 87 (34.38% from 255 or 77.68% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 87 - color contains mainly: green. Hex color #125707 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125707 is #EDA8F8. Grayscale: #393939. Windows color (decimal): -15575289 or 481042. OLE color: 481042.

HSL color Cylindrical-coordinate representation of color #125707: hue angle of 111.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #125707 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 7 -
CMYK 0.79 0 0.92 0.66
HSL 111.75º 0.85% 0.18% -
HSV(B) 111.75º 0.92% 0.34% -
XYZ 3.7 6.96 1.35 -
YUV 57.25 99.64 100 -
System Red Green Blue C M Y K H S L
Decimal 18 87 7 0.79 0 0.92 0.66 111.75 0.85 0.18
Hex 12 57 7 4F 0 5C 42 70 55 12
Octal 22 127 7 117 0 134 102 160 125 22
Binary 10010 1010111 111 1001111 0 1011100 1000010 1110000 1010101 10010

Color Harmonies of #125707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125707

Black with #125707

Text Example


Text Example

White with #125707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125707; }

 p { color: rgb(18,87,7); }

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

background-color css

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

 a { background-color: rgb(18,87,7); }

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

border-color css

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

 span { border-color: rgb(18,87,7); }

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