Html Css Color HEX #125706 Myrtle

📋 copy color: '#125706'

red 18 ◦ green 87 ◦ blue 6

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

Shades of Myrtle #125706

Tints of Myrtle #125706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.41%

R = 16.22%
G = 78.38%
B = 5.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#125706 (or 0x125706) is known color: Myrtle. HEX triplet: 12, 57 and 06. RGB value is (18,87,6). Sum of RGB (Red+Green+Blue) = 18+87+6=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 87 (34.38% from 255 or 78.38% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 87 - color contains mainly: green. Hex color #125706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125706 is #EDA8F9. Grayscale: #393939. Windows color (decimal): -15575290 or 415506. OLE color: 415506.

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

Color convert

RGB 18 87 6 -
CMYK 0.79 0 0.93 0.66
HSL 111.11º 0.87% 0.18% -
HSV(B) 111.11º 0.93% 0.34% -
XYZ 3.69 6.96 1.32 -
YUV 57.14 99.14 100.09 -
System Red Green Blue C M Y K H S L
Decimal 18 87 6 0.79 0 0.93 0.66 111.11 0.87 0.18
Hex 12 57 6 4F 0 5D 42 6F 57 12
Octal 22 127 6 117 0 135 102 157 127 22
Binary 10010 1010111 110 1001111 0 1011101 1000010 1101111 1010111 10010

Color Harmonies of #125706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125706

Black with #125706

Text Example


Text Example

White with #125706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125706; }

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

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

background-color css

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

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

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

border-color css

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

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

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